Skip to content

Commit a1e71f1

Browse files
committed
fixup
1 parent cafb46a commit a1e71f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ def test_group_deprecated_positional_args(method: str) -> None:
13841384
@pytest.mark.parametrize("store", ["local", "memory"], indirect=["store"])
13851385
def test_delitem_removes_children(store: Store, zarr_format: ZarrFormat) -> None:
13861386
# https://github.com/zarr-developers/zarr-python/issues/2191
1387-
g1 = zarr.group(store=store)
1387+
g1 = zarr.group(store=store, zarr_format=zarr_format)
13881388
g1.create_group("0")
13891389
g1.create_group("0/0")
13901390
arr = g1.create_array("0/0/0", shape=(1,))

0 commit comments

Comments
 (0)