Skip to content

Commit 9f5429f

Browse files
committed
fixup
1 parent 1ae1cfd commit 9f5429f

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
@@ -737,7 +737,7 @@ async def test_group_members_async(store: LocalStore | MemoryStore):
737737

738738

739739
async def test_require_group(store: LocalStore | MemoryStore, zarr_format: ZarrFormat) -> None:
740-
root = await AsyncGroup.create(store=store, zarr_format=zarr_format)
740+
root = await AsyncGroup.create_group(store=store, zarr_format=zarr_format)
741741

742742
# create foo group
743743
_ = await root.create_group("foo", attributes={"foo": 100})

0 commit comments

Comments
 (0)