Skip to content

Commit 2327141

Browse files
committed
fixup
1 parent 348aed8 commit 2327141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v3/test_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def test_group_array_creation(
390390
store: Store,
391391
zarr_format: ZarrFormat,
392392
):
393-
group = Group.create(store, zarr_format=zarr_format)
393+
group = Group.from_store(store, zarr_format=zarr_format)
394394
shape = (10, 10)
395395
empty_array = group.empty(name="empty", shape=shape)
396396
assert isinstance(empty_array, Array)

0 commit comments

Comments
 (0)