Skip to content

Commit

Permalink
fix: remove large file after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
elkaboussi committed Feb 18, 2024
1 parent 8fcbb57 commit f0b21d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/size_conversion_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ def test_large_file_identifier_custom_size_threshold():

assert len(identifier.large_files) == 1
assert identifier.large_files[0].file_path == large_file
large_file.unlink()

0 comments on commit f0b21d7

Please sign in to comment.