mirror of
https://github.com/hibiken/asynq.git
synced 2025-09-17 04:10:11 +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.