summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/remote_control/test/src/rc_module_test.cc1
1 files changed, 0 insertions, 1 deletions
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_));