Skip to content

Commit e15bcb5

Browse files
address PR comments
1 parent d00b296 commit e15bcb5

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
@@ -1758,7 +1758,7 @@ def to_string(test_case: "MultipartUploadTestCase") -> str:
17581758
),
17591759
MultipartUploadTestCase(
17601760
"Multipart upload successful: empty file or empty seekable stream",
1761-
content_size=0, # less than part size
1761+
content_size=0, # content with zero length
17621762
multipart_upload_min_stream_size=100 * 1024 * 1024, # all files smaller than 100M goes to single-shot
17631763
expected_single_shot_upload=True,
17641764
expected_multipart_upload_aborted=None,

0 commit comments

Comments
 (0)