提交 03da356c 编写于 作者: 付家睿

remove用例修改

Signed-off-by: N付家睿 <fujiarui6@huawei.com>
上级 0e98fad6
......@@ -891,7 +891,7 @@ describe('ActsAnsNotificationRemove', function () {
console.info("=======ANS_Remove_1200 onConsume remove_2times1:=======>");
}).catch((err)=>{
console.info("=======ANS_Remove_1200 onConsume remove_2times1 err:========>" + JSON.stringify(err));
expect(err.code = 0).assertEqual(true);
expect(err.code == 0).assertEqual(true);
});
notify.remove(data.request.hashCode).then((data)=>{
console.info("=======ANS_Remove_1200 onConsume remove_2times2 data:=======>" + JSON.stringify(data));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册