From f1a72e1aec3a38a1cebca86b80d9baa59b2b8529 Mon Sep 17 00:00:00 2001 From: Jacob Keeler Date: Mon, 29 Jan 2018 13:40:55 -0500 Subject: Fix RC unit test --- 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 57efb90551..ffb6af586a 100644 --- a/src/components/remote_control/test/src/rc_module_test.cc +++ b/src/components/remote_control/test/src/rc_module_test.cc @@ -226,7 +226,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