Skip to content

Commit 0b1c454

Browse files
committed
remove an old root
1 parent d7fbbdc commit 0b1c454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v3/test_store/test_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ def test_creates_new_directory(self, tmp_path: pathlib.Path):
5353
target = tmp_path.joinpath("a", "b", "c")
5454
assert not target.exists()
5555

56-
store = self.store_cls(root=target, mode="w")
56+
store = self.store_cls(path=target, mode="w")
5757
zarr.group(store=store)

0 commit comments

Comments
 (0)