Skip to content

Commit 16cb6c2

Browse files
RasmusWLyoff
andauthored
Python: Fix validTest expectations
Co-authored-by: yoff <[email protected]>
1 parent d99a763 commit 16cb6c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/ql/test/experimental/dataflow/fieldflow/test_dict.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def test_dict_update():
4646
SINK(d.get("key")) # $ flow="SOURCE, l:-2 -> d.get(..)"
4747

4848

49-
@expects(2) # $ unresolved_call=expects(..) unresolved_call=expects(..)(..)
5049
def test_dict_update_fresh_key():
5150
# we had a regression where we did not create a dictionary element content
5251
# for keys used in "inline update" like this

0 commit comments

Comments
 (0)