We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90f0ee commit 40ccae1Copy full SHA for 40ccae1
tests/unit/asyncio/test_async_multi_range_downloader.py
@@ -36,6 +36,7 @@
36
37
38
class TestAsyncMultiRangeDownloader:
39
+
40
def create_read_ranges(self, num_ranges):
41
ranges = []
42
for i in range(num_ranges):
@@ -143,6 +144,7 @@ async def test_download_ranges_via_async_gather(
143
144
)
145
]
146
),
147
+ None,
148
_storage_v2.BidiReadObjectResponse(
149
object_data_ranges=[
150
_storage_v2.ObjectRangeData(
0 commit comments