Skip to content

Commit 40ccae1

Browse files
committed
integrate retry logic with the MRD
1 parent d90f0ee commit 40ccae1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/asyncio/test_async_multi_range_downloader.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737

3838
class TestAsyncMultiRangeDownloader:
39+
3940
def create_read_ranges(self, num_ranges):
4041
ranges = []
4142
for i in range(num_ranges):
@@ -143,6 +144,7 @@ async def test_download_ranges_via_async_gather(
143144
)
144145
]
145146
),
147+
None,
146148
_storage_v2.BidiReadObjectResponse(
147149
object_data_ranges=[
148150
_storage_v2.ObjectRangeData(

0 commit comments

Comments
 (0)