diff options
Diffstat (limited to 'tests/test_annotate.py')
-rw-r--r-- | tests/test_annotate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_annotate.py b/tests/test_annotate.py index 09893143..e2d49f25 100644 --- a/tests/test_annotate.py +++ b/tests/test_annotate.py @@ -128,5 +128,5 @@ class AnnotationGoldTest(CoverageTest): "2\n" + "The annotate command will be removed in a future version.\n" + "Get in touch if you still use it: ned@nedbatchelder.com\n" - ) + ) compare(gold_path("annotate/mae"), ".", "*,cover") |