Skip to content

Commit

Permalink
What?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed May 10, 2024
1 parent 5aa3519 commit 62d23b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/objectstore/test_objectstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -1342,9 +1342,9 @@ def verify_caching_object_store_functionality(tmp_path, object_store, check_get_
persist_extra_files_for_dataset(
object_store,
extra,
extra_files_dataset,
extra_files_dataset, # type: ignore[arg-type]
extra_files_dataset._extra_files_rel_path,
) # type: ignore[arg-type]
)

# The following checks used to exhibit different behavior depending
# on how the cache was cleaned - removing the whole directory vs
Expand Down

0 comments on commit 62d23b6

Please sign in to comment.