1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Remove racy assertion

This commit is contained in:
Mike Perham 2015-10-06 15:31:13 -07:00
parent 27412e40cb
commit 42c3743a32

View file

@ -107,7 +107,6 @@ class TestActors < Sidekiq::Test
b = $count
assert_equal a + 1, b
assert_equal "sleep", p.thread.status
p.terminate(true)
assert_equal false, p.thread.status
end