From c785ed5f5d74ca4d6afa03b8d9a946e5de8bf43d Mon Sep 17 00:00:00 2001 From: smartbao Date: Thu, 17 Mar 2022 18:13:40 +0800 Subject: [PATCH] fixed f770f2a from https://gitee.com/wangyanhandsome/communication_bluetooth/pulls/116 test modify Signed-off-by: wangyanhandsome --- .../native_cpp/framework/test/unittest/host/host_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/innerkits/native_cpp/framework/test/unittest/host/host_test.cpp b/interfaces/innerkits/native_cpp/framework/test/unittest/host/host_test.cpp index e63eb0b1..2680e3d2 100755 --- a/interfaces/innerkits/native_cpp/framework/test/unittest/host/host_test.cpp +++ b/interfaces/innerkits/native_cpp/framework/test/unittest/host/host_test.cpp @@ -202,7 +202,7 @@ HWTEST_F(HostTest, Host_ModuleTest_GetProfileList_00100, TestSize.Level1) GTEST_LOG_(INFO) << "Host_ModuleTest_GetProfileList_00100 start"; host_ = &BluetoothHost::GetDefaultHost(); - uint32_t profileSize = 15; + uint32_t profileSize = 14; EXPECT_EQ(host_->GetProfileList().size(), profileSize); GTEST_LOG_(INFO) << "Host_ModuleTest_GetProfileList_00100 end"; -- Gitee