mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Delete excess comments in API test
This commit is contained in:
parent
1ee23b4d67
commit
12fefe793c
1 changed files with 0 additions and 2 deletions
|
@ -311,8 +311,6 @@ class TestApi < Sidekiq::Test
|
||||||
add_retry('bob1', same_time)
|
add_retry('bob1', same_time)
|
||||||
add_retry('bob2', same_time)
|
add_retry('bob2', same_time)
|
||||||
r = Sidekiq::RetrySet.new
|
r = Sidekiq::RetrySet.new
|
||||||
# jobs = r.fetch(same_time)
|
|
||||||
# puts jobs[1].jid
|
|
||||||
assert_equal 1, r.fetch(same_time, 'bob1').size
|
assert_equal 1, r.fetch(same_time, 'bob1').size
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue