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 5cacdcb commit 9d13b60Copy full SHA for 9d13b60
tests/test_api/test_asynchronous.py
@@ -91,7 +91,7 @@ def test_like_args(
91
92
async def test_open_no_array() -> None:
93
"""
94
- Test that zarr.api.asynchronous.open attempts to open a group when is no array found, but shape was specified in kwargs.
+ Test that zarr.api.asynchronous.open attempts to open a group when no array is found, but shape was specified in kwargs.
95
This behavior makes no sense but we should still test it.
96
97
store = {
0 commit comments