Skip to content

Commit

Permalink
fix hash_hex
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Sep 12, 2024
1 parent 23b6932 commit 8e17fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def download_data_test_zip(directory):
check_local_first=True,
check_hash=True,
hash_type='MD5',
hash_hex=r'3341ddb847483122061839204476075f',
hash_hex=r'aec4284b7f0a25e5e8eec85ed659d532',
mkdir=True,
allow_overwrite=True,
write_mode='wb',
Expand Down

0 comments on commit 8e17fb0

Please sign in to comment.