1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

third time's a charm

This commit is contained in:
Mike Perham 2014-05-13 14:24:52 -07:00
parent 2e1af86473
commit 4953799f8e

View file

@ -298,7 +298,7 @@ class TestApi < Sidekiq::Test
assert_equal 'ApiWorker', retri.klass
assert_equal 'default', retri.queue
assert_equal 'bob', retri.jid
assert_in_delta Time.now.to_f, retri.at.to_f, 0.01
assert_in_delta Time.now.to_f, retri.at.to_f, 0.02
end
it 'can delete multiple retries from score' do