Skip to content

Commit 9d13b60

Browse files
d-v-bTomAugspurger
andauthored
Update tests/test_api/test_asynchronous.py
Co-authored-by: Tom Augspurger <[email protected]>
1 parent 5cacdcb commit 9d13b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api/test_asynchronous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_like_args(
9191

9292
async def test_open_no_array() -> None:
9393
"""
94-
Test that zarr.api.asynchronous.open attempts to open a group when is no array found, but shape was specified in kwargs.
94+
Test that zarr.api.asynchronous.open attempts to open a group when no array is found, but shape was specified in kwargs.
9595
This behavior makes no sense but we should still test it.
9696
"""
9797
store = {

0 commit comments

Comments
 (0)