提交 fb2e40f1 编写于 作者: N nan-xiansen

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

Signed-off-by: Nnan-xiansen <nanjinbin@huawei.com>
Change-Id: I2e5ac33f2143ad317d952ebb88e2a49ee15a9650
上级 5ea9560e
......@@ -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.
先完成此消息的编辑!
想要评论请 注册