Skip to content

Commit ae99124

Browse files
committed
Fix store creation
1 parent 79f6127 commit ae99124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/tests/test_zarr3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
@pytest.fixture
3838
def store() -> StorePath:
39-
return StorePath(MemoryStore(mode="w"))
39+
return StorePath(MemoryStore(read_only=False))
4040

4141

4242
ALL_CODECS = [getattr(numcodecs.zarr3, cls_name) for cls_name in numcodecs.zarr3.__all__]

0 commit comments

Comments
 (0)