summaryrefslogtreecommitdiff
path: root/tests/test_annotate.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-28 06:19:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-28 06:19:16 -0400
commite36475a387b734711fbbe84c0fe4b6d0777cd9ec (patch)
tree67308e58923d2c8febc60578d1d0c9b0aba5a206 /tests/test_annotate.py
parentb7fc90dca7bed9f5dffe615a4fdba1dac9ea57d5 (diff)
downloadpython-coveragepy-git-e36475a387b734711fbbe84c0fe4b6d0777cd9ec.tar.gz
refactor(test): name this gold file properly
Diffstat (limited to 'tests/test_annotate.py')
-rw-r--r--tests/test_annotate.py2
1 files changed, 1 insertions, 1 deletions
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", """\