Skip to content

Commit 959c631

Browse files
committed
Python: update reference to fix tests
1 parent 639d914 commit 959c631

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/ql/test/experimental/dataflow/basic/callGraphSinks.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import callGraphConfig
1+
import experimental.dataflow.callGraphConfig
22

33
from DataFlow::Node sink
44
where exists(CallGraphConfig cfg | cfg.isSink(sink))

python/ql/test/experimental/dataflow/basic/callGraphSources.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import callGraphConfig
1+
import experimental.dataflow.callGraphConfig
22

33
from DataFlow::Node source
44
where exists(CallGraphConfig cfg | cfg.isSource(source))

0 commit comments

Comments
 (0)