diff options
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r-- | tests/test_concurrency.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index 131fa72d..a8cd223e 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -486,7 +486,7 @@ def test_coverage_stop_in_threads(): time.sleep(0.1) assert has_started_coverage == [t.ident] - assert has_started_coverage == [t.ident] + assert has_stopped_coverage == [t.ident] t.join() |