Skip to content

Commit

Permalink
Update tests/test_group.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamman authored Oct 24, 2024
1 parent 804cf12 commit 2dafa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def test_group_len(store: Store, zarr_format: ZarrFormat) -> None:

def test_group_setitem(store: Store, zarr_format: ZarrFormat) -> None:
"""
Test the `Group.__setitem__` method. (Deprecated)
Test the `Group.__setitem__` method.
"""
group = Group.from_store(store, zarr_format=zarr_format)
arr = np.ones((2, 4))
Expand Down

0 comments on commit 2dafa7e

Please sign in to comment.