From 0c5be8a05f09e358a8108b6eb32a56e13079ce59 Mon Sep 17 00:00:00 2001 From: y1585740638 Date: Tue, 6 Feb 2024 10:37:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtdd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: y1585740638 Change-Id: I977308171d68d05f956b85f246516909f0c84d36 --- .../sa/test/unittest/src/sec_comp_service_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/security_component_service/sa/test/unittest/src/sec_comp_service_test.cpp b/services/security_component_service/sa/test/unittest/src/sec_comp_service_test.cpp index 8c724c5..9fef594 100644 --- a/services/security_component_service/sa/test/unittest/src/sec_comp_service_test.cpp +++ b/services/security_component_service/sa/test/unittest/src/sec_comp_service_test.cpp @@ -93,7 +93,6 @@ HWTEST_F(SecCompServiceTest, OnStart001, TestSize.Level1) ASSERT_EQ(ServiceRunningState::STATE_RUNNING, secCompService_->state_); secCompService_->OnStop(); - ASSERT_EQ(nullptr, secCompService_->appStateObserver_); } /**