From 1c68b130f2d79e584fd41d33e5a159acfae20fff Mon Sep 17 00:00:00 2001 From: hexxa Date: Thu, 6 Jan 2022 11:05:46 +0800 Subject: [PATCH] fix(fe/utest): remove undefined method callings --- src/client/web/src/worker/__test__/upload_mgr.test.ts | 2 -- 1 file changed, 2 deletions(-) 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(); } }); });