“d7cba043d7ec840d67bd5143779d1febe7d83407”上不存在“drivers/media/usb/au0828/au0828.h”
未验证 提交 9f4eec3e 编写于 作者: O openharmony_ci 提交者: Gitee

!5662 ANS xts 异常修改(3.2-Bate3)

Merge pull request !5662 from FangJinliang/cherry-pick-1664013751
......@@ -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.
先完成此消息的编辑!
想要评论请 注册