Skip to content

Commit 504f30c

Browse files
address PR comments
1 parent 6295a35 commit 504f30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ def to_string(test_case: "MultipartUploadTestCase") -> str:
18061806
),
18071807
MultipartUploadTestCase(
18081808
"Multipart upload successful: empty file or empty seekable stream",
1809-
content_size=0, # less than part size
1809+
content_size=0, # content with zero length
18101810
multipart_upload_min_stream_size=100 * 1024 * 1024, # all files smaller than 100M goes to single-shot
18111811
expected_single_shot_upload=True,
18121812
expected_multipart_upload_aborted=None,

0 commit comments

Comments
 (0)