1
0
Fork 0
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:
Anton Davydov 2015-02-25 11:35:25 +03:00
parent 1ee23b4d67
commit 12fefe793c

View file

@ -311,8 +311,6 @@ class TestApi < Sidekiq::Test
add_retry('bob1', same_time)
add_retry('bob2', same_time)
r = Sidekiq::RetrySet.new
# jobs = r.fetch(same_time)
# puts jobs[1].jid
assert_equal 1, r.fetch(same_time, 'bob1').size
end