Skip to content

Commit

Permalink
fix: TypeError in RenvLockBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
joydeep049 committed Apr 19, 2024
1 parent 7aa00b2 commit adf463a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/fuzz_renv_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def TestParseData(data, cve_db, logger, tmpdir):
"""
file_path = os.path.join(tmpdir, "renv.lock")
try:
RenvLockBuilder(data)
RenvLockBuilder(data, file_path)

r_parser = RParser(cve_db, logger)
r_parser.run_checker(file_path)
Expand Down

0 comments on commit adf463a

Please sign in to comment.