We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b186b commit aab4138Copy full SHA for aab4138
src/zarr/testing/store.py
@@ -272,7 +272,7 @@ async def test_list_prefix(self, store: S) -> None:
272
assert observed == expected
273
274
async def test_list_dir(self, store: S) -> None:
275
- root = "foo"
+ root = store.resolve_key("foo")
276
store_dict = {
277
root + "/zarr.json": self.buffer_cls.from_bytes(b"bar"),
278
root + "/c/1": self.buffer_cls.from_bytes(b"\x01"),
0 commit comments