提交 8eaf8749 编写于 作者: L liangzhenyu123

用例运行时序优化

Signed-off-by: Nliangzhenyu123 <liangzhenyu6@huawei.com>
上级 2079a5a6
...@@ -245,11 +245,10 @@ describe('rdbStoreDeleteTest', function () { ...@@ -245,11 +245,10 @@ describe('rdbStoreDeleteTest', function () {
expect(null).assertFail() expect(null).assertFail()
}).catch((err) => { }).catch((err) => {
console.info(TAG + 'delete with wrong conditions') console.info(TAG + 'delete with wrong conditions')
done();
console.info(TAG + '************* testRdbStoreDelete0004 end *************'); console.info(TAG + '************* testRdbStoreDelete0004 end *************');
}) })
} }
done();
}) })
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册