summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands
diff options
context:
space:
mode:
authorAndriy Byzhynar <AByzhynar@luxoft.com>2018-01-12 18:48:49 +0200
committerAndriy Byzhynar <AByzhynar@luxoft.com>2018-01-18 12:03:51 +0200
commit852ffc1975384a4abdba274104449cfe595965af (patch)
tree92a65dbc76bba70c42ec31ff5edf1bbaafe1147a /src/components/application_manager/test/commands
parentb9eae4e3a502ac653cb3ea76e542d69becd088ed (diff)
downloadsdl_core-852ffc1975384a4abdba274104449cfe595965af.tar.gz
Fix issues after rebase
Diffstat (limited to 'src/components/application_manager/test/commands')
-rw-r--r--src/components/application_manager/test/commands/mobile/subscribe_way_points_request_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/test/commands/mobile/subscribe_way_points_request_test.cc b/src/components/application_manager/test/commands/mobile/subscribe_way_points_request_test.cc
index 08aaa724e2..87127231be 100644
--- a/src/components/application_manager/test/commands/mobile/subscribe_way_points_request_test.cc
+++ b/src/components/application_manager/test/commands/mobile/subscribe_way_points_request_test.cc
@@ -112,7 +112,7 @@ TEST_F(SubscribeWayPointsRequestTest, OnEvent_SUCCESS) {
InSequence dummy;
EXPECT_CALL(app_mngr_,
SubscribeAppForWayPoints(A<am::ApplicationSharedPtr>()));
- EXPECT_CALL(*mock_message_helper, HMIToMobileResult(result_code))
+ EXPECT_CALL(mock_message_helper_, HMIToMobileResult(result_code))
.WillOnce(Return(mobile_apis::Result::SUCCESS));
EXPECT_CALL(app_mngr_, ManageMobileCommand(_, _));
EXPECT_CALL(*app, UpdateHash());