未验证 提交 56a227fb 编写于 作者: L logic42 提交者: Gitee

update distributeddatamgr

Signed-off-by: Nlogic42 <wanglong108@huawei.com>
上级 b216a41f
......@@ -2263,11 +2263,7 @@ describe('singleKvStoreCallbackTest', function () {
*/
it('testSingleKvStoreCloseResultSet104', 0, async function (done) {
console.info('SingleKvStoreCloseResultSetCallbackTest004');
let resultSet = null;
await kvStore.getResultSet('batch_test_string_key').then((result) => {
console.info('SingleKvStoreCloseResultSetCallbackTest004 getResultSet success');
resultSet = result;
})
kvStore.closeResultSet("",(err, data) => {
if(err != undefined){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册