summaryrefslogtreecommitdiff
path: root/tests/test_summary.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_summary.py')
-rw-r--r--tests/test_summary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_summary.py b/tests/test_summary.py
index adc1fcfa..b2895370 100644
--- a/tests/test_summary.py
+++ b/tests/test_summary.py
@@ -771,7 +771,7 @@ class TestSummaryReporterConfiguration(CoverageTest):
cov = Coverage()
cov.start()
cov.stop() # pragma: nested
- cov.data = coverage_data
+ cov._data = coverage_data
printer = SummaryReporter(cov, options)
destination = StringIO()
printer.report([], destination)