summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
diff options
context:
space:
mode:
authorOlivier Grisel <olivier.grisel@ensta.org>2017-08-10 16:02:41 +0200
committerOlivier Grisel <olivier.grisel@ensta.org>2017-08-10 16:02:41 +0200
commit93ececa8aeffeb5ae86d3bcb28444eaaf1b43707 (patch)
treeb658ff22fba5767277a46a94147894a2ba09e2a9 /tests/test_concurrency.py
parentdfdec3b7437374d9472cfb2d4322a18e797c3dfa (diff)
downloadpython-coveragepy-93ececa8aeffeb5ae86d3bcb28444eaaf1b43707.tar.gz
FIX Typo in test_coverage_stop_in_threads
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r--tests/test_concurrency.py2
1 files changed, 1 insertions, 1 deletions
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()