Skip to content

Commit

Permalink
Remove busy from stats
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhilkert committed Feb 17, 2021
1 parent 3525fc9 commit d870e62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/sucker_punch/queue_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def test_returns_queue_stats
all_stats = SuckerPunch::Queue.stats
stats = all_stats[FakeLatchJob.to_s]
assert stats["workers"]["total"] > 0
assert stats["workers"]["busy"] == 0
assert stats["workers"]["idle"] > 0
assert stats["jobs"]["processed"] > 0
assert stats["jobs"]["failed"] == 0
Expand Down

0 comments on commit d870e62

Please sign in to comment.