提交 5f0faf85 编写于 作者: Q qiuxiangdong

fix: Rectify the CHARGE_IDLE event name

Signed-off-by: Nqiuxiangdong <qiuxiangdong5@huawei.com>
Change-Id: Id7eb8b195ae1f7c70c7051396832d6084875bf85
上级 9d79df53
......@@ -293,6 +293,7 @@ export default function ActsCommonEventManagerSupportTest() {
console.info(`${TAG} SUB_NOTIFICATION_CES_MANAGER_SUPPORT_ENUM_TEST_1600 START`)
expect(commonEventManager.Support.COMMON_EVENT_DISCHARGING).assertEqual('usual.event.DISCHARGING')
expect(commonEventManager.Support.COMMON_EVENT_CHARGING).assertEqual('usual.event.CHARGING')
expect(commonEventManager.Support.COMMON_EVENT_CHARGE_IDLE_MODE_CHANGED).assertEqual('usual.event.CHARGE_IDLE_MODE_CHANGED')
expect(commonEventManager.Support.COMMON_EVENT_DEVICE_IDLE_MODE_CHANGED).assertEqual('usual.event.DEVICE_IDLE_MODE_CHANGED')
expect(commonEventManager.Support.COMMON_EVENT_DEVICE_IDLE_EXEMPTION_LIST_UPDATED).assertEqual('usual.event.DEVICE_IDLE_EXEMPTION_LIST_UPDATED')
expect(commonEventManager.Support.COMMON_EVENT_POWER_SAVE_MODE_CHANGED).assertEqual('usual.event.POWER_SAVE_MODE_CHANGED')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册