Skip to content

Commit 5fc8a00

Browse files
committed
Python: Rename test function
1 parent b3feb4d commit 5fc8a00

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/experimental/dataflow/fieldflow

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def set_to_source():
299299
WithTuple2.my_tuple = (SOURCE,)
300300

301301
@expects(4) # $ unresolved_call=expects(..) unresolved_call=expects(..)(..)
302-
def test_class_override():
302+
def test_global_flow_to_class_attribute():
303303
inst = WithTuple2()
304304
SINK_F(WithTuple2.my_tuple[0])
305305
SINK_F(inst.my_tuple[0])

0 commit comments

Comments
 (0)