Skip to content

Commit 81adf5a

Browse files
committed
python: remember to adjust annotation
1 parent 1b848bb commit 81adf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def test_dict_items():
214214
SINK(item_list[1][0]) #$ MISSING: flow="SOURCE, l:-5 -> item_list[1][0]"
215215
SINK_F(item_list[1][1]) # expecting FP due to imprecise flow
216216

217-
@expects(2)
217+
@expects(3)
218218
def test_dict_pop():
219219
d = {'k': SOURCE}
220220
v = d.pop("k")

0 commit comments

Comments
 (0)