Skip to content

Commit aab4138

Browse files
committed
use relative key in test_list_dir
1 parent a5b186b commit aab4138

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
@@ -272,7 +272,7 @@ async def test_list_prefix(self, store: S) -> None:
272272
assert observed == expected
273273

274274
async def test_list_dir(self, store: S) -> None:
275-
root = "foo"
275+
root = store.resolve_key("foo")
276276
store_dict = {
277277
root + "/zarr.json": self.buffer_cls.from_bytes(b"bar"),
278278
root + "/c/1": self.buffer_cls.from_bytes(b"\x01"),

0 commit comments

Comments
 (0)