Skip to content

Commit f6f8ad5

Browse files
committed
简化分片上传v2测试用例 规范代码
1 parent 08ceaf1 commit f6f8ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/resume_up.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ describe('test resume up', function () {
217217
var key = 'storage_putStream_resume_test_v2' + Math.random(1000);
218218
var stream = new Readable();
219219
var blkSize = 1024 * 1024;
220-
var blkCnt = [2, 4, 6, 10];
220+
var blkCnt = [2,4,6,10];
221221
var tmpfile = path.join(os.tmpdir(), '/resume_file');
222222
fs.writeFileSync(tmpfile, '');
223223
putExtra.resumeRecordFile = tmpfile;

0 commit comments

Comments
 (0)