修复tdd

Signed-off-by: y1585740638 <yulei99@huawei.com>
Change-Id: I977308171d68d05f956b85f246516909f0c84d36
This commit is contained in:
y1585740638
2024-02-06 10:37:10 +08:00
parent c0cf538f3d
commit 0c5be8a05f
@@ -93,7 +93,6 @@ HWTEST_F(SecCompServiceTest, OnStart001, TestSize.Level1)
ASSERT_EQ(ServiceRunningState::STATE_RUNNING, secCompService_->state_); ASSERT_EQ(ServiceRunningState::STATE_RUNNING, secCompService_->state_);
secCompService_->OnStop(); secCompService_->OnStop();
ASSERT_EQ(nullptr, secCompService_->appStateObserver_);
} }
/** /**