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:
parent
2e1af86473
commit
4953799f8e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue