summaryrefslogtreecommitdiff
path: root/test/test_summary.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_summary.py')
-rw-r--r--test/test_summary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_summary.py b/test/test_summary.py
index 0d7db402..db440f85 100644
--- a/test/test_summary.py
+++ b/test/test_summary.py
@@ -109,7 +109,7 @@ class SummaryTest(CoverageTest):
self.assertEqual(self.line_count(report), 3)
self.assertTrue("mybranch " in report)
self.assertEqual(self.last_line_squeezed(report),
- "mybranch 5 0 2 1 85%")
+ "mybranch 5 0 2 1 86%")
class SummaryTest2(CoverageTest):
"""Another bunch of summary tests."""