Skip to content

Commit 5013303

Browse files
committed
optimize test case
1 parent 3302c57 commit 5013303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_qiniu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def test_put_2m_stream_v2(self):
405405
remove_temp_file(localfile)
406406

407407
def test_put_4m_stream_v2(self):
408-
localfile = create_temp_file(4 * 1024 * 1024 + 1)
408+
localfile = create_temp_file(4 * 1024 * 1024)
409409
key = 'test_file_r'
410410
size = os.stat(localfile).st_size
411411
set_default(default_zone=Zone('http://upload.qiniup.com'))

0 commit comments

Comments
 (0)