update wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/wifi_service_manager_test.cpp.

Signed-off-by: sunjinqiang <17319862417@163.com>
This commit is contained in:
sunjinqiang 2023-12-01 10:27:36 +00:00 committed by Gitee
parent 809bce1c34
commit 3cab5dddb3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -123,7 +123,7 @@ HWTEST_F(WifiServiceManagerTest, ApServiceSetHotspotConfigTest, TestSize.Level1)
HWTEST_F(WifiServiceManagerTest, GetEnhanceServiceInstTest, TestSize.Level1)
{
WIFI_LOGE("GetEnhanceServiceInstTest enter!");
IEnhanceService *result = WifiServiceManager::GetInstance().GetEnhanceServiceInst();
WifiServiceManager::GetInstance().GetEnhanceServiceInst();
}
} // namespace Wifi
} // namespace OHOS