update test/unittest/core_service_gtest/zero_branch_test.cpp.

Signed-off-by: cutePikachu <1439925662@qq.com>
This commit is contained in:
cutePikachu 2024-10-23 09:29:12 +00:00 committed by Gitee
parent 11c2236cc4
commit 0a17f09038
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2683,7 +2683,7 @@ HWTEST_F(BranchTest, Telephony_RadioProtocolController_001, Function | MediumTes
*/
HWTEST_F(BranchTest, Telephony_RadioProtocolController_002, Function | MediumTest | Level1)
{
auto telRilManager = std::make_shared<TelRilManager>();
auto telRilManager = std::make_shared<TelRilManager>();
AppExecFwk::InnerEvent::Pointer event = AppExecFwk::InnerEvent::Get(INVALID_SLOTID, 1);
auto radioProtocolController =
std::make_shared<RadioProtocolController>(std::weak_ptr<TelRilManager>(telRilManager));