summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/test/commands/mobile
diff options
context:
space:
mode:
authorRomanReznichenkoLuxoft <85177915+RomanReznichenkoLuxoft@users.noreply.github.com>2022-01-11 17:13:23 +0200
committerGitHub <noreply@github.com>2022-01-11 10:13:23 -0500
commit7aecb63a17bdc9f38d75cb381143b7eacd9d85fc (patch)
treefb2acd0157f24f385ffbec9079a06e2e1ead1ba2 /src/components/application_manager/rpc_plugins/sdl_rpc_plugin/test/commands/mobile
parenteb14596e25cf6f49dd2ab21d39f32d3453615faa (diff)
downloadsdl_core-7aecb63a17bdc9f38d75cb381143b7eacd9d85fc.tar.gz
changed the way you add soft buttons in the subscription method (#3839)
Diffstat (limited to 'src/components/application_manager/rpc_plugins/sdl_rpc_plugin/test/commands/mobile')
-rw-r--r--src/components/application_manager/rpc_plugins/sdl_rpc_plugin/test/commands/mobile/simple_response_commands_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/test/commands/mobile/simple_response_commands_test.cc b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/test/commands/mobile/simple_response_commands_test.cc
index d091fdc8c5..a6bdf2a874 100644
--- a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/test/commands/mobile/simple_response_commands_test.cc
+++ b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/test/commands/mobile/simple_response_commands_test.cc
@@ -149,7 +149,6 @@ TYPED_TEST(MobileResponseWithUnsubscribeCommandsTest,
std::shared_ptr<typename TestFixture::UnsubscribeCommand> command =
this->template CreateCommand<typename TestFixture::UnsubscribeCommand>();
- EXPECT_CALL(this->app_mngr_, UnsubscribeAppFromSoftButtons(_));
EXPECT_CALL(this->mock_rpc_service_, SendMessageToMobile(NotNull(), _));
command->Init();