提交 155ced5e 编写于 作者: Y yanglifeng1217

<modified>

Signed-off-by: Nyanglifeng1217 <yanglifeng5@huawei.com>
上级 7c7af652
...@@ -94,10 +94,9 @@ describe('relationalStoreDistributedTest', function () { ...@@ -94,10 +94,9 @@ describe('relationalStoreDistributedTest', function () {
console.info(TAG + 'beforeEach') console.info(TAG + 'beforeEach')
rdbStore = await data_Rdb.getRdbStore(context, config); rdbStore = await data_Rdb.getRdbStore(context, config);
console.info(TAG + "create RelationalStore store success") console.info(TAG + "create RelationalStore store success")
await executeSql1() await executeSql1();
await executeSql2() await executeSql2();
await executeSql3() await executeSql3();
}) })
afterEach(async function () { afterEach(async function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册