Skip to content

Commit

Permalink
fix: remove unnecessary/dead code from test_wait_race()
Browse files Browse the repository at this point in the history
  • Loading branch information
jgh-ds committed Nov 8, 2017
1 parent cd2191b commit 0cbe394
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kazoo/tests/test_threading_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ def wait_for_val():
th.start()
cv.wait(1)
eq_(cv.is_set(), True)
if not cv.is_set():
async_result.set("kick")
th.join()

def test_set_before_wait(self):
Expand Down

0 comments on commit 0cbe394

Please sign in to comment.