summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/mobile/unregister_app_interface_request_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/commands/mobile/unregister_app_interface_request_test.cc')
-rw-r--r--src/components/application_manager/test/commands/mobile/unregister_app_interface_request_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/application_manager/test/commands/mobile/unregister_app_interface_request_test.cc b/src/components/application_manager/test/commands/mobile/unregister_app_interface_request_test.cc
index b2b1901d4e..7cc5e59470 100644
--- a/src/components/application_manager/test/commands/mobile/unregister_app_interface_request_test.cc
+++ b/src/components/application_manager/test/commands/mobile/unregister_app_interface_request_test.cc
@@ -44,6 +44,7 @@ namespace test {
namespace components {
namespace commands_test {
namespace mobile_commands_test {
+namespace unregister_app_interface_request {
namespace am = ::application_manager;
namespace mobile_result = mobile_apis::Result;
@@ -110,6 +111,7 @@ TEST_F(UnregisterAppInterfaceRequestTest, Run_SUCCESS) {
command->Run();
}
+} // namespace unregister_app_interface_request
} // namespace mobile_commands_test
} // namespace commands_test
} // namespace components