Skip to content

Commit

Permalink
Remove racy assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Oct 6, 2015
1 parent 27412e4 commit 42c3743
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_actors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def processor_died(inst, err)
b = $count
assert_equal a + 1, b

assert_equal "sleep", p.thread.status
p.terminate(true)
assert_equal false, p.thread.status
end
Expand Down

0 comments on commit 42c3743

Please sign in to comment.