Skip to content

Commit

Permalink
Fix for int test on windows (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble authored Oct 30, 2023
1 parent 831c2a5 commit 38b0efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/synapseclient/integration_test_Entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ def test_get_with_cache_hit_and_miss_with_ifcollision(

# GIVEN another bogus file with the same name and non matching MD5 data
new_bogus_file = utils.make_bogus_binary_file()
os.remove(filepath)
os.rename(new_bogus_file, filepath)
assert utils.md5_for_file(filepath).hexdigest() != original_file_md5

Expand Down

0 comments on commit 38b0efb

Please sign in to comment.