Skip to content

Commit a4bc939

Browse files
committed
fix: 优化单测
1 parent f0d72a4 commit a4bc939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ group('sliceUploadFile() ', function () {
11001100
var TaskId;
11011101
var updateFn = function (info) {
11021102
const fileTask = info.list.find((item) => item.id === TaskId);
1103-
console.log('fileTask', fileTask.state);
1103+
console.log('fileTask', fileTask.state, fileTask);
11041104
if (fileTask && paused && restarted) {
11051105
if (fileTask.state === 'success') {
11061106
cos2.off('list-update', updateFn);

0 commit comments

Comments
 (0)