Skip to content

Commit 84c545f

Browse files
committed
storetests store_kwargs defaults to not implemented
1 parent 9a83b86 commit 84c545f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/testing/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async def get(self, store: S, key: str) -> Buffer:
4040

4141
@pytest.fixture
4242
def store_kwargs(self) -> dict[str, Any]:
43-
return {"mode": "r+", "path": ""}
43+
raise NotImplementedError
4444

4545
@pytest.fixture
4646
async def store(self, store_kwargs: dict[str, Any]) -> Store:

0 commit comments

Comments
 (0)