mirror of
https://github.com/hibiken/asynq.git
synced 2025-02-23 20:30:19 +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.