From 57f7a6036a7be5d72e447a0139fd06ae7cc9c329 Mon Sep 17 00:00:00 2001 From: chengxingzhen Date: Mon, 29 Aug 2022 14:33:05 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E6=96=AD=E8=A8=80~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chengxingzhen --- .../apicoverhaptest/entry/src/main/ets/test/VerificationTest.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/ability/ability_runtime/apicover/apicoverhaptest/entry/src/main/ets/test/VerificationTest.ets b/ability/ability_runtime/apicover/apicoverhaptest/entry/src/main/ets/test/VerificationTest.ets index 5a300a381..bdb201085 100644 --- a/ability/ability_runtime/apicover/apicoverhaptest/entry/src/main/ets/test/VerificationTest.ets +++ b/ability/ability_runtime/apicover/apicoverhaptest/entry/src/main/ets/test/VerificationTest.ets @@ -479,7 +479,6 @@ export default function verificationTest(){ console.info(TAG + "startAbility data = " + JSON.stringify(data)); }).catch((err) => { console.info(TAG + "startAbility err = " + JSON.stringify(err)); - done(); }); } catch (err) { console.info(TAG + "catch err = " + JSON.stringify(err)); -- GitLab