Skip to content

Commit 34896ae

Browse files
committed
Python: Fix failing test
1 parent 9123f24 commit 34896ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def with_multiple_kw_args(a, b, c):
112112
SINK3(c)
113113

114114

115-
@expects(9)
115+
@expects(12)
116116
def test_multiple_kw_args():
117117
with_multiple_kw_args(b=arg2, c=arg3, a=arg1)
118118
with_multiple_kw_args(arg1, *(arg2,), arg3)

0 commit comments

Comments
 (0)