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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_summary.py b/test/test_summary.py
index bbf5f026..4e18e1d8 100644
--- a/test/test_summary.py
+++ b/test/test_summary.py
@@ -99,8 +99,8 @@ class SummaryTest(CoverageTest):
# Name Stmts Exec Branch BrExec Cover
# --------------------------------------------
- # mybranch 5 5 4 3 88%
+ # mybranch 5 5 2 1 85%
self.assertEqual(self.line_count(report), 3)
self.assert_("mybranch " in report)
- self.assertEqual(self.last_line_squeezed(report), "mybranch 5 5 4 3 88%")
+ self.assertEqual(self.last_line_squeezed(report), "mybranch 5 5 2 1 85%")