Skip to content

Commit

Permalink
Cleanup 'test_filehashstore_interface' module
Browse files Browse the repository at this point in the history
  • Loading branch information
doulikecookiedough committed Jun 25, 2024
1 parent dc5973a commit 04f7379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_filehashstore_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

from hashstore.filehashstore_exceptions import (
CidRefsDoesNotExist,
HashStoreRefsAlreadyExists,
NonMatchingChecksum,
NonMatchingObjSize,
PidNotFoundInCidRefsFile,
Expand Down Expand Up @@ -501,6 +500,7 @@ def test_store_object_duplicates_threads(pids, store):
def store_object_wrapper(obj_pid, obj_path):
try:
store.store_object(obj_pid, obj_path) # Call store_object inside the thread
# pylint: disable=W0718
except Exception as e:
assert type(e).__name__ == "HashStoreRefsAlreadyExists"

Expand Down

0 comments on commit 04f7379

Please sign in to comment.