Skip to content

Commit f25bda3

Browse files
committed
update test docstring
1 parent 39ec6b5 commit f25bda3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_group.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,8 @@ def test_delitem_removes_children(store: Store, zarr_format: ZarrFormat) -> None
14911491
@pytest.mark.parametrize("store", ["memory"], indirect=True)
14921492
def test_group_members_performance(store: MemoryStore) -> None:
14931493
"""
1494-
Test that the execution time of Group.members does not scale with asynchronous latency
1494+
Test that the execution time of Group.members is less than the number of members times the
1495+
latency for accessing each member.
14951496
"""
14961497
get_latency = 0.1
14971498

0 commit comments

Comments
 (0)