Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
unbreak test fixture
  • Loading branch information
d-v-b committed Sep 27, 2024
commit d542e618559cb27f40fa61adf8a0f45411e81136
2 changes: 1 addition & 1 deletion tests/v3/test_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def test_serializable_sync_array(store: LocalStore, zarr_format: ZarrFormat) ->
np.testing.assert_array_equal(actual[:], expected[:])


@pytest.mark.parametrize("store", ["memory",), indirect=True)
@pytest.mark.parametrize("store", ["memory"], indirect=True)
def test_storage_transformers(store: MemoryStore) -> None:
"""
Test that providing an actual storage transformer produces a warning and otherwise passes through
Expand Down