diff --git a/src/client/web/src/worker/__test__/upload_mgr.test.ts b/src/client/web/src/worker/__test__/upload_mgr.test.ts index 0713c24..e49b64d 100644 --- a/src/client/web/src/worker/__test__/upload_mgr.test.ts +++ b/src/client/web/src/worker/__test__/upload_mgr.test.ts @@ -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(); } }); });