Skip to content

Commit 524ad6b

Browse files
committed
remove unnecessary addition
1 parent fc055ea commit 524ad6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_ipr/test_ipr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,6 @@ def test_partial_matches_omitted(self):
703703

704704
stmts = sections['kbMatchedStatements']
705705
kbcs = sections['kbStatementMatchedConditions']
706-
kbvars = sections['kbMatches']
707706
assert len(stmts) == 2
708707
assert len(kbcs) == 1 # X only
709708
assert kbcs[0]["kbStatementId"] == "X"

0 commit comments

Comments
 (0)