mirror of
https://github.com/hibiken/asynq.git
synced 2025-07-09 23:03:42 +08:00
Some tests were failing due to mismatch in Score in ZSetEntry. Changed ZSetEntry Score to float64 type so that we can use cmpopts.EquateApprox to allow for margin when comparing.