8000 Allow an extra line. · lorenzncode/python-hunter@cdbe22e · GitHub
[go: up one dir, main page]

Skip to content

Commit cdbe22e

Browse files
committed
Allow an extra line.
1 parent 27ec6ad commit cdbe22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tracer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ def test_from_predicate_with_subpredicate(LineMatcher):
778778
assert 'four' not in output
779779
assert 'one()' not in output
780780
assert '# one' not in output
781-
assert len(lm.lines) == 5
781+
assert 5 <= len(lm.lines) <= 6, lm.lines
782782

783783

784784
def test_from_predicate_line(LineMatcher):

0 commit comments

Comments
 (0)
0