From 93ececa8aeffeb5ae86d3bcb28444eaaf1b43707 Mon Sep 17 00:00:00 2001 From: Olivier Grisel Date: Thu, 10 Aug 2017 16:02:41 +0200 Subject: FIX Typo in test_coverage_stop_in_threads --- tests/test_concurrency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_concurrency.py') diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index 131fa72..a8cd223 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() -- cgit v1.2.1