From 4f0d4ef68ffec01fbcae39416d1fac43cc34ee22 Mon Sep 17 00:00:00 2001 From: AKalinich-Luxoft Date: Mon, 29 Jan 2018 09:38:13 +0200 Subject: Fix failed RC test after rebase --- src/components/remote_control/test/src/rc_module_test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/remote_control/test/src/rc_module_test.cc b/src/components/remote_control/test/src/rc_module_test.cc index e7c3576f31..7bdf9fb9dd 100644 --- a/src/components/remote_control/test/src/rc_module_test.cc +++ b/src/components/remote_control/test/src/rc_module_test.cc @@ -227,7 +227,6 @@ TEST_F(RCModuleTest, IsAppForPluginSuccess) { mobile_apis::HMILevel::eType hmi = mobile_apis::HMILevel::eType::HMI_FULL; EXPECT_CALL(*app0_, hmi_level()).WillRepeatedly(Return(hmi)); ON_CALL(*app0_, device()).WillByDefault(Return(1)); - EXPECT_CALL(*mock_service_, NotifyHMIAboutHMILevel(Eq(app0_), _)); EXPECT_CALL(*mock_service_, IsRemoteControlApplication(Eq(app0_))) .WillOnce(Return(true)); ASSERT_TRUE(module_.IsAppForPlugin(app0_)); -- cgit v1.2.1