From a2bbd0fb02129e0e83a05fba56a916df3cbe4149 Mon Sep 17 00:00:00 2001 From: zhijianwen Date: Tue, 3 Jan 2023 14:39:23 +0800 Subject: [PATCH] fixed 06a3907 from https://gitee.com/zhi-jianwen/master/pulls/7083 --add USER_INFO_UPDATED-- Signed-off-by: zhijianwen --- .../src/main/js/test/ActsCommonEventSupportTest.js | 1 + 1 file changed, 1 insertion(+) diff --git a/notification/ces_standard/actsCommonEventSupportTest/src/main/js/test/ActsCommonEventSupportTest.js b/notification/ces_standard/actsCommonEventSupportTest/src/main/js/test/ActsCommonEventSupportTest.js index 66543ca58..b60b3eaf3 100644 --- a/notification/ces_standard/actsCommonEventSupportTest/src/main/js/test/ActsCommonEventSupportTest.js +++ b/notification/ces_standard/actsCommonEventSupportTest/src/main/js/test/ActsCommonEventSupportTest.js @@ -362,6 +362,7 @@ export default function ActscommonEventSupportTest() { expect(commonEvent.Support.COMMON_EVENT_SLOT_CHANGE).assertEqual('usual.event.SLOT_CHANGE') expect(commonEvent.Support.COMMON_EVENT_SPN_INFO_CHANGED).assertEqual('usual.event.SPN_INFO_CHANGED') expect(commonEvent.Support.COMMON_EVENT_QUICK_FIX_APPLY_RESULT).assertEqual('usual.event.QUICK_FIX_APPLY_RESULT') + expect(commonEvent.Support.COMMON_EVENT_USER_INFO_UPDATED ).assertEqual('usual.event.USER_INFO_UPDATED') console.info(`${TAG} SUB_NOTIFICATION_CES_SUPPORT_ENUM_TEST_2000 END`) }) -- GitLab