summaryrefslogtreecommitdiff
path: root/tests/test_results.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_results.py')
-rw-r--r--tests/test_results.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_results.py b/tests/test_results.py
index 41494e66..86806cfd 100644
--- a/tests/test_results.py
+++ b/tests/test_results.py
@@ -136,7 +136,7 @@ def test_format_lines(statements, lines, result):
(
[1,2,3,4,5,10,11,12,13,14,98,99],
[1,2,5,10,11,13,14,99],
- [(3, [4]), (98, [100, -1])],
+ [(3, [4]), (5, [10, 11]), (98, [100, -1])],
"1-2, 3->4, 5-11, 13-14, 98->100, 98->exit, 99"
),
(