Skip to content

Commit 655bccd

Browse files
committed
Fix docstring
1 parent acce63e commit 655bccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/testing/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ async def test_set_many(self, store: S) -> None:
184184
@pytest.mark.parametrize("key", ["zarr.json", "c/0", "foo/c/0.0", "foo/0/0"])
185185
async def test_set_partial_values(self, store: S, key: str) -> None:
186186
"""
187-
Ensure that data can be written to the store using the store.set method.
187+
Ensure that data can be written to the store using the store.set_partial_values method.
188188
"""
189189
assert not store.read_only
190190
# Create empty key

0 commit comments

Comments
 (0)