From 36d64a121eee1c2406ad09debc3c9da872d2e36f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 19 Jan 2015 15:03:58 -0500 Subject: Comment was missing a word --- tests/test_debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_debug.py b/tests/test_debug.py index d05316c..33bca44 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$" -- cgit v1.2.1