Skip to content

Commit 08b51e6

Browse files
committed
Python: Update test annotation
1 parent 73d2d9b commit 08b51e6

File tree

1 file changed

+2
-2
lines changed
  • python/ql/test/experimental/dataflow/coverage

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def test_new():
5050
class With_init:
5151

5252
def __init__(self):
53-
SINK1(self) # Flow not found
54-
OK() # Call not found
53+
SINK1(self)
54+
OK()
5555

5656

5757
def test_init():

0 commit comments

Comments
 (0)