Skip to content

Commit f33aff4

Browse files
committed
Python: missing result was fixed
1 parent b2688bb commit f33aff4

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/experimental/library-tests/CallGraph-implicit-init

1 file changed

+1
-1
lines changed

python/ql/test/experimental/library-tests/CallGraph-implicit-init/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
from foo.bar.a import afunc
1818
from foo_explicit.bar.a import explicit_afunc
1919

20-
afunc() # $ MISSING: pt,tt=afunc
20+
afunc() # $ pt,tt="foo/bar/a.py:afunc"
2121

2222
explicit_afunc() # $ pt,tt="foo_explicit/bar/a.py:explicit_afunc"

0 commit comments

Comments
 (0)