Skip to content

Commit 4ff2c6d

Browse files
committed
Python: fix test expectation
probably a copy-paste error..
1 parent 0d20a4c commit 4ff2c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/ql/test/experimental/dataflow/coverage

python/ql/test/experimental/dataflow/coverage/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ def test_iterated_unpacking_assignment():
564564
SINK_F(c) #$ SPURIOUS: flow="SOURCE, l:-5 -> c" # We do not track tuple sizes
565565

566566

567-
@expects(4)
567+
@expects(3)
568568
def test_iterated_unpacking_assignment_shrink():
569569
t = (SOURCE, SOURCE)
570570
a, *b, c = t

0 commit comments

Comments
 (0)