Skip to content

Commit 14807a5

Browse files
committed
tests
1 parent 8e10124 commit 14807a5

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
@@ -15,7 +15,7 @@
1515

1616
@pytest.fixture
1717
def store() -> Iterator[Store]:
18-
yield StorePath(MemoryStore())
18+
yield StorePath(MemoryStore(mode="w"))
1919

2020

2121
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)