Skip to content

Commit

Permalink
Reload queue size in test_clear
Browse files Browse the repository at this point in the history
  • Loading branch information
edsrzf committed Aug 28, 2012
1 parent 97d95ca commit 48f982b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_iron_mq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def test_clear
val = "hi mr clean"
q.post(val)

assert_equal 1, q.size
assert_equal 1, q.reload.size

q.clear

Expand Down

0 comments on commit 48f982b

Please sign in to comment.