mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix test
This commit is contained in:
parent
ac525eb49a
commit
882154e739
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class TestApi < MiniTest::Unit::TestCase
|
|||
assert_equal 'ApiWorker', retri.klass
|
||||
assert_equal 'default', retri.queue
|
||||
assert_equal 'bob', retri.jid
|
||||
assert_in_delta Time.now.to_f, retri.retry_at.to_f, 0.01
|
||||
assert_in_delta Time.now.to_f, retri.at.to_f, 0.01
|
||||
end
|
||||
|
||||
it 'can delete retries' do
|
||||
|
|
Loading…
Add table
Reference in a new issue