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

Commit

Permalink
modified test case
Browse files Browse the repository at this point in the history
  • Loading branch information
BlBana committed Sep 8, 2017
1 parent 74a6dbc commit 6438639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
code_contents = fi.read()

sensitive_func = ['system']
repairs = []
lineno = 7


def test_scan_parser():
assert scan_parser(code_contents, sensitive_func, lineno)
assert scan_parser(code_contents, sensitive_func, lineno, repairs)

0 comments on commit 6438639

Please sign in to comment.