Skip to content

Commit 0a0b35a

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

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
@@ -1027,7 +1027,7 @@ def test_shard_reader_create_empty() -> None:
10271027

10281028
assert reader.index.is_all_empty()
10291029
assert len(reader.buf) == 0
1030-
assert len(reader) == 6 # 2 * 3
1030+
assert len(reader) == 2 * 3
10311031

10321032

10331033
def test_shard_reader_iteration() -> None:

0 commit comments

Comments
 (0)