Skip to content

Commit 2dafa7e

Browse files
authored
Update tests/test_group.py
1 parent 804cf12 commit 2dafa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def test_group_len(store: Store, zarr_format: ZarrFormat) -> None:
424424

425425
def test_group_setitem(store: Store, zarr_format: ZarrFormat) -> None:
426426
"""
427-
Test the `Group.__setitem__` method. (Deprecated)
427+
Test the `Group.__setitem__` method.
428428
"""
429429
group = Group.from_store(store, zarr_format=zarr_format)
430430
arr = np.ones((2, 4))

0 commit comments

Comments
 (0)