未验证 提交 90ec570e 编写于 作者: O openharmony_ci 提交者: Gitee

!2937 【XTS】【事件通知子系统】remove用例修改

Merge pull request !2937 from fujiarui/OpenHarmony-3.1-Release
......@@ -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.
先完成此消息的编辑!
想要评论请 注册