summaryrefslogtreecommitdiff
path: root/tests/test_debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_debug.py')
-rw-r--r--tests/test_debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_debug.py b/tests/test_debug.py
index d05316c2..33bca442 100644
--- a/tests/test_debug.py
+++ b/tests/test_debug.py
@@ -66,7 +66,7 @@ class DebugTraceTest(CoverageTest):
# We should have a line like "Tracing 'f1.py'"
self.assertIn("Tracing 'f1.py'", out_lines)
- # We should lines like "Not tracing 'collector.py'..."
+ # We should have lines like "Not tracing 'collector.py'..."
coverage_lines = lines_matching(
out_lines,
r"^Not tracing .*: is part of coverage.py$"