未验证 提交 1646c254 编写于 作者: O openharmony_ci 提交者: Gitee

!7306 【resourceschedule】【monthly_20221018】提醒代理模块removeNotificationSlot接口错误场景返回值变更适配修改

Merge pull request !7306 from 南先森/cherry-pick-1674978278
......@@ -2686,7 +2686,7 @@ export default function ReminderAgentTest() {
});
reminderAgent.removeNotificationSlot(tarRemoveSlot.type, (err, data) => {
console.info('err code 106 is :' + err.code)
expect(err.code).assertEqual(67108888);
expect(err.code).assertEqual(0);
done();
});
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册