summaryrefslogtreecommitdiff
path: root/tests/test_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_api.py')
-rw-r--r--tests/test_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index 401949b6..3b34afd7 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -316,7 +316,7 @@ class ApiTest(CoverageTest):
def test_cov4_data_file(self):
cov4_data = (
- "!coverage.py: This is a private format, don't read it directly!"
+ "!coverage.py: This is a private format, don't read it directly!" +
'{"lines":{"/private/tmp/foo.py":[1,5,2,3]}}'
)
self.make_file(".coverage", cov4_data)