From 8eaf87498fc0dfaae40082c7538b9f58e63668c2 Mon Sep 17 00:00:00 2001 From: liangzhenyu123 Date: Fri, 25 Nov 2022 15:22:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E4=BE=8B=E8=BF=90=E8=A1=8C=E6=97=B6?= =?UTF-8?q?=E5=BA=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liangzhenyu123 --- .../hap/src/main/js/test/RdbstoreDeleteJsunit.test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/src/main/js/test/RdbstoreDeleteJsunit.test.js b/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/src/main/js/test/RdbstoreDeleteJsunit.test.js index d22453ddd..972427160 100644 --- a/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/src/main/js/test/RdbstoreDeleteJsunit.test.js +++ b/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/src/main/js/test/RdbstoreDeleteJsunit.test.js @@ -245,11 +245,10 @@ describe('rdbStoreDeleteTest', function () { expect(null).assertFail() }).catch((err) => { console.info(TAG + 'delete with wrong conditions') - + done(); console.info(TAG + '************* testRdbStoreDelete0004 end *************'); }) } - done(); }) /** -- GitLab