fix(fe/utest): remove undefined method callings
This commit is contained in:
parent
832be61083
commit
1c68b130f2
1 changed files with 0 additions and 2 deletions
|
@ -162,7 +162,6 @@ describe("UploadMgr", () => {
|
|||
// TODO: find a better way to wait
|
||||
// polling needs several rounds to finish all the tasks
|
||||
await delay(tcs.length * up.getCycle() + 1000);
|
||||
up.destory();
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -294,7 +293,6 @@ describe("UploadMgr", () => {
|
|||
});
|
||||
}
|
||||
|
||||
up.destory();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue