Skip to content

Commit 4201aaa

Browse files
committed
Another no-op test change to retry CI after unavailable runner failure
1 parent 0a0b35a commit 4201aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_codecs/test_sharding_unit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ async def mock_load_index(
762762
async def test_load_partial_shard_single_group_coalesced_chunks(
763763
monkeypatch: pytest.MonkeyPatch,
764764
) -> None:
765-
"""Test that single group with coalesced adjacent chunks works correctly."""
765+
"""Test that single group with two coalesced adjacent chunks returns two, correct chunks."""
766766
codec = ShardingCodec(chunk_shape=(8,))
767767
chunks_per_shard = (4,)
768768

0 commit comments

Comments
 (0)