Skip to content

Commit 530b581

Browse files
committed
test: use a more-fake path for a fake path
1 parent 3cc60e0 commit 530b581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def test_completely_zero_reporting(self) -> None:
318318
def test_cov4_data_file(self) -> None:
319319
cov4_data = (
320320
"!coverage.py: This is a private format, don't read it directly!" +
321-
'{"lines":{"/private/tmp/foo.py":[1,5,2,3]}}'
321+
'{"lines":{"/somewhere/not/really.py":[1,5,2,3]}}'
322322
)
323323
self.make_file(".coverage", cov4_data)
324324
cov = coverage.Coverage()

0 commit comments

Comments
 (0)