Skip to content

Commit e36475a

Browse files
committed
refactor(test): name this gold file properly
1 parent b7fc90d commit e36475a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/test_annotate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def h(x):
104104
cov = coverage.Coverage()
105105
self.start_import_stop(cov, "white")
106106
cov.annotate()
107-
compare(gold_path("annotate/annotate"), ".", "*,cover")
107+
compare(gold_path("annotate/white"), ".", "*,cover")
108108

109109
def test_missing_after_else(self):
110110
self.make_file("mae.py", """\

0 commit comments

Comments
 (0)