Skip to content

Commit

Permalink
Update tests/test_language_rust_known_binary.py
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz <[email protected]>
  • Loading branch information
Arker123 and mr-tz authored Aug 23, 2023
1 parent 3377b9f commit fdd15f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_language_rust_known_binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def extract_files_64():
CD = pathlib.Path(__file__).resolve().parent

abs_zip_path = (CD / zip_file_path).resolve()
# check if the zip file exists
assert abs_zip_path.exists(), f"Zip file {zip_file_path} does not exist"

extracted_files = []
Expand Down

0 comments on commit fdd15f3

Please sign in to comment.