Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kulachenko <[email protected]>
  • Loading branch information
vvarg229 committed Oct 24, 2023
1 parent e92591f commit 243d5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def compare_zip_files(zip_path_1: str, zip_path_2: str) -> bool:
if file1.read() != file2.read():
return False

return False
return True


def compare_regular_files(file_path_1: str, file_path_2: str) -> bool:
Expand Down

0 comments on commit 243d5cd

Please sign in to comment.