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 d22453dddfe92ce30c8c53c6d73928647baea7e3..9724271606ae6be1389b9087f9f831946e6565dc 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(); }) /**