提交 4d45e65b 编写于 作者: N nan-xiansen 提交者: 南先森

fixed fb2e40f1 from https://gitee.com/nan-xiansen/xts_acts/pulls/7305

【resourceschedule】提醒代理模块removeNotificationSlot接口错误场景返回值变更适配修改
Signed-off-by: Nnan-xiansen <nanjinbin@huawei.com>
Change-Id: I2e5ac33f2143ad317d952ebb88e2a49ee15a9650
上级 ff8a0cc4
......@@ -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.
先完成此消息的编辑!
想要评论请 注册