Skip to content

Commit

Permalink
Delete excess comments in API test
Browse files Browse the repository at this point in the history
  • Loading branch information
davydovanton committed Feb 25, 2015
1 parent 1ee23b4 commit 12fefe7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_api.rb
Expand Up @@ -311,8 +311,6 @@ class ApiWorker
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

Expand Down

0 comments on commit 12fefe7

Please sign in to comment.