summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/hmi/navi_stop_stream_requests_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/commands/hmi/navi_stop_stream_requests_test.cc')
-rw-r--r--src/components/application_manager/test/commands/hmi/navi_stop_stream_requests_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/application_manager/test/commands/hmi/navi_stop_stream_requests_test.cc b/src/components/application_manager/test/commands/hmi/navi_stop_stream_requests_test.cc
index f812ead115..18f82cd645 100644
--- a/src/components/application_manager/test/commands/hmi/navi_stop_stream_requests_test.cc
+++ b/src/components/application_manager/test/commands/hmi/navi_stop_stream_requests_test.cc
@@ -46,6 +46,7 @@ namespace test {
namespace components {
namespace commands_test {
namespace hmi_commands_test {
+namespace navi_stop_stream_requests {
using ::testing::_;
using ::testing::ReturnRef;
@@ -72,7 +73,6 @@ class NaviStopStreamRequestsTest
MessageSharedPtr msg_;
SharedPtr<Command> command_;
- MOCK(am::MockHmiInterfaces) mock_hmi_interfaces_;
};
typedef testing::Types<commands::AudioStopStreamRequest,
@@ -97,6 +97,7 @@ TYPED_TEST(NaviStopStreamRequestsTest, Run_HmiInterfaceAvailable_SentRequest) {
TestFixture::command_->Run();
}
+} // namespace navi_stop_stream_requests
} // namespace hmi_commands_test
} // namespace commands_test
} // namespace components