diff options
| -rw-r--r-- | tests/gold/annotate/white/white.py,cover (renamed from tests/gold/annotate/annotate/white.py,cover) | 0 | ||||
| -rw-r--r-- | tests/test_annotate.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/gold/annotate/annotate/white.py,cover b/tests/gold/annotate/white/white.py,cover index 36b0b993..36b0b993 100644 --- a/tests/gold/annotate/annotate/white.py,cover +++ b/tests/gold/annotate/white/white.py,cover diff --git a/tests/test_annotate.py b/tests/test_annotate.py index f85450c7..15b31273 100644 --- a/tests/test_annotate.py +++ b/tests/test_annotate.py @@ -104,7 +104,7 @@ class AnnotationGoldTest(CoverageTest): cov = coverage.Coverage() self.start_import_stop(cov, "white") cov.annotate() - compare(gold_path("annotate/annotate"), ".", "*,cover") + compare(gold_path("annotate/white"), ".", "*,cover") def test_missing_after_else(self): self.make_file("mae.py", """\ |
