提交 f4e5f748 编写于 作者: F fangJinliang1 提交者: FangJinliang

fixed e9fae46 from https://gitee.com/fangJinliang1/xts_acts/pulls/5661

xts modify
Signed-off-by: NfangJinliang1 <fangjinliang1@huawei.com>
Change-Id: I9c9ef2a2a042182d1884307fdaa0baa19ab3af96
上级 6f5c70b0
......@@ -29,7 +29,7 @@ export default function ActsNotificationDistributedTest() {
done()
} else {
console.info(`${TAG} isDistributedEnabled AsyncCallback success: ${data}`)
expect(data).assertTrue()
expect(data).assertEqual(false);
done()
}
})
......@@ -40,7 +40,7 @@ export default function ActsNotificationDistributedTest() {
console.info(`${TAG} SUB_NOTIFICATION_ANS_IS_DISTRIBUTED_ENABLED_TEST_0200 START`)
notification.isDistributedEnabled().then((data) => {
console.info(`${TAG} isDistributedEnabled Promise success: ${data}`)
expect(data).assertTrue()
expect(data).assertEqual(false);
done()
}).catch((err) => {
console.info(`${TAG} isDistributedEnabled Promise err: ${err.code}`)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册