summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/hmi/vi_is_ready_request_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/commands/hmi/vi_is_ready_request_test.cc')
-rw-r--r--src/components/application_manager/test/commands/hmi/vi_is_ready_request_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/application_manager/test/commands/hmi/vi_is_ready_request_test.cc b/src/components/application_manager/test/commands/hmi/vi_is_ready_request_test.cc
index f9de7131bd..1d76cf7cf1 100644
--- a/src/components/application_manager/test/commands/hmi/vi_is_ready_request_test.cc
+++ b/src/components/application_manager/test/commands/hmi/vi_is_ready_request_test.cc
@@ -106,7 +106,6 @@ class VIIsReadyRequestTest : public CommandRequestTest<CommandsTestMocks::kIsNic
CreateModuleInfoSO(hmi_apis::FunctionID::VehicleInfo_GetVehicleType, _))
.WillOnce(Return(ivi_type));
EXPECT_CALL(app_mngr_, ManageHMICommand(ivi_type));
-
}
void PrepareEvent(bool is_message_contain_param,