Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 6438639

Browse files
committed
modified test case
1 parent 74a6dbc commit 6438639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_parser.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
code_contents = fi.read()
2222

2323
sensitive_func = ['system']
24+
repairs = []
2425
lineno = 7
2526

2627

2728
def test_scan_parser():
28-
assert scan_parser(code_contents, sensitive_func, lineno)
29+
assert scan_parser(code_contents, sensitive_func, lineno, repairs)

0 commit comments

Comments
 (0)