Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed May 14, 2024
1 parent dcca18d commit 11bd0bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration/synapseclient/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,9 @@ async def test_upload_file_with_force_version_false(
# AND I remove the file from the local cache map
syn.cache.remove(entity["dataFileHandleId"])

with patch("synapseclient.client.upload_file_handle_async") as mocked_file_handle_upload:
with patch(
"synapseclient.client.upload_file_handle_async"
) as mocked_file_handle_upload:
# WHEN I store the file again with forceVersion=False
entity = syn.store(entity, forceVersion=False)

Expand Down

0 comments on commit 11bd0bd

Please sign in to comment.