From e88b14df5a4042c4fc16e6d827a3fd4d33fb6e03 Mon Sep 17 00:00:00 2001 From: liuyanzhi Date: Mon, 29 May 2023 03:04:43 +0000 Subject: [PATCH] fix tdd Signed-off-by: liuyanzhi Change-Id: I360d7e46d817d0baad7e2c9f465bb7a08baf5b36 --- frameworks/ans/test/unittest/notification_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/ans/test/unittest/notification_test.cpp b/frameworks/ans/test/unittest/notification_test.cpp index 714f5ded7..789f473fc 100644 --- a/frameworks/ans/test/unittest/notification_test.cpp +++ b/frameworks/ans/test/unittest/notification_test.cpp @@ -265,7 +265,7 @@ HWTEST_F(NotificationTest, Dump_00001, Function | SmallTest | Level1) "ownerUid = 0, groupName = , statusBarText = , label = , shortcutId = , " "sortingKey = , groupAlertType = 0, color = 0, badgeNumber = 0, visiblenessType = 0, " "progressValue = 0, progressMax = 0, badgeStyle = 0, classification = , " - "notificationContentType = 0, showDeliveryTime = false, tapDismissed = false, " + "notificationContentType = 0, showDeliveryTime = false, tapDismissed = true, " "colorEnabled = false, alertOneTime = false, showStopwatch = false, isCountdown = false, " "inProgress = false, groupOverview = false, progressIndeterminate = false, " "unremovable = false, floatingIcon = false, onlyLocal = false, permitted = true, " -- Gitee