Skip to content

Commit

Permalink
Change #processed to #failed method in API test
Browse files Browse the repository at this point in the history
  • Loading branch information
davydovanton committed Feb 25, 2015
1 parent 48d4323 commit 1ee23b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_api.rb
Expand Up @@ -24,7 +24,7 @@ class TestApi < Sidekiq::Test
describe "failed" do
it "is initially zero" do
s = Sidekiq::Stats.new
assert_equal 0, s.processed
assert_equal 0, s.failed
end

it "returns number of failed jobs" do
Expand Down

0 comments on commit 1ee23b4

Please sign in to comment.