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:
parent
27412e40cb
commit
42c3743a32
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue