Skip to content

Commit d542e61

Browse files
committed
unbreak test fixture
1 parent dbce697 commit d542e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v3/test_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def test_serializable_sync_array(store: LocalStore, zarr_format: ZarrFormat) ->
239239
np.testing.assert_array_equal(actual[:], expected[:])
240240

241241

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

0 commit comments

Comments
 (0)