We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae1cfd commit 9f5429fCopy full SHA for 9f5429f
tests/v3/test_group.py
@@ -737,7 +737,7 @@ async def test_group_members_async(store: LocalStore | MemoryStore):
737
738
739
async def test_require_group(store: LocalStore | MemoryStore, zarr_format: ZarrFormat) -> None:
740
- root = await AsyncGroup.create(store=store, zarr_format=zarr_format)
+ root = await AsyncGroup.create_group(store=store, zarr_format=zarr_format)
741
742
# create foo group
743
_ = await root.create_group("foo", attributes={"foo": 100})
0 commit comments