diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-28 06:19:16 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-28 06:19:16 -0400 |
commit | e36475a387b734711fbbe84c0fe4b6d0777cd9ec (patch) | |
tree | 67308e58923d2c8febc60578d1d0c9b0aba5a206 /tests/test_annotate.py | |
parent | b7fc90dca7bed9f5dffe615a4fdba1dac9ea57d5 (diff) | |
download | python-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.py | 2 |
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", """\ |