Skip to content

Commit

Permalink
fix: TypeError in RenvLockBuilder (#4061)
Browse files Browse the repository at this point in the history
Co-authored-by: Joydeep Tripathy <113792434+crazytrain328@users.noreply.github.com>
  • Loading branch information
joydeep049 and joydeep049 committed Apr 24, 2024
1 parent 15638f1 commit f58f6ed
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 f58f6ed

Please sign in to comment.