summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-06-06 09:52:01 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-06-06 09:52:01 -0400
commitabe018e0fbdd91bcf0056b2e32cb3dc55716f646 (patch)
tree19644568a9d89527d5c2dc578ed4abe7a9296178 /src
parent31ed739ba05c6702600f76645132b40d8392587b (diff)
downloadsdl_core-abe018e0fbdd91bcf0056b2e32cb3dc55716f646.tar.gz
Add in working travis build that runs unit tests, apply style check fix
Diffstat (limited to 'src')
-rw-r--r--src/components/application_manager/test/commands/hmi/activate_app_request_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/application_manager/test/commands/hmi/activate_app_request_test.cc b/src/components/application_manager/test/commands/hmi/activate_app_request_test.cc
index 7f7911a01d..ff309d444a 100644
--- a/src/components/application_manager/test/commands/hmi/activate_app_request_test.cc
+++ b/src/components/application_manager/test/commands/hmi/activate_app_request_test.cc
@@ -105,8 +105,7 @@ TEST_F(ActivateAppRequestTest, Run_SUCCESS) {
EXPECT_CALL(app_mngr_,
SendMessageToHMI(CheckMessage(mobile_apis::HMILevel::HMI_FULL)));
#else
- EXPECT_CALL(app_mngr_,
- SendMessageToHMI(msg)));
+ EXPECT_CALL(app_mngr_, SendMessageToHMI(msg));
#endif
command->Run();