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