fix(fe/utest): remove undefined method callings

This commit is contained in:
hexxa 2022-01-06 11:05:46 +08:00 committed by Hexxa
parent 832be61083
commit 1c68b130f2

View file

@ -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();
}
});
});