From 38528c8cc90ba64c686388582fd54713a44f2bfa Mon Sep 17 00:00:00 2001 From: liuyanzhi Date: Mon, 9 Jan 2023 05:53:34 +0000 Subject: [PATCH] fixed c8e3c8e from https://gitee.com/liuyanzhi2020/notification_ans_standard/pulls/883 fix ans_unit_test Signed-off-by: liuyanzhi Change-Id: I7710b833c9437090d765308c32f9d400ef120627 --- .../ans/test/unittest/advanced_notification_service_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/ans/test/unittest/advanced_notification_service_test.cpp b/services/ans/test/unittest/advanced_notification_service_test.cpp index c3e504374..46d120212 100644 --- a/services/ans/test/unittest/advanced_notification_service_test.cpp +++ b/services/ans/test/unittest/advanced_notification_service_test.cpp @@ -2773,7 +2773,6 @@ HWTEST_F(AdvancedNotificationServiceTest, AdvancedNotificationServiceTest_18600, advancedNotificationService_->OnScreenOn(); advancedNotificationService_->OnScreenOff(); - advancedNotificationService_->OnDistributedKvStoreDeathRecipient(); GTEST_LOG_(INFO) << "OnScreenOn_1000 test end"; } -- Gitee