summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/mobile/subscribe_button_request_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/commands/mobile/subscribe_button_request_test.cc')
-rw-r--r--src/components/application_manager/test/commands/mobile/subscribe_button_request_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/application_manager/test/commands/mobile/subscribe_button_request_test.cc b/src/components/application_manager/test/commands/mobile/subscribe_button_request_test.cc
index ea82670913..8d31b67a53 100644
--- a/src/components/application_manager/test/commands/mobile/subscribe_button_request_test.cc
+++ b/src/components/application_manager/test/commands/mobile/subscribe_button_request_test.cc
@@ -50,6 +50,7 @@ namespace test {
namespace components {
namespace commands_test {
namespace mobile_commands_test {
+namespace subscribe_button_request {
using ::testing::_;
using ::testing::Return;
@@ -196,6 +197,7 @@ TEST_F(SubscribeButtonRequestTest, Run_SUCCESS) {
[am::strings::result_code].asInt()));
}
+} // namespace subscribe_button_request
} // namespace mobile_commands_test
} // namespace commands_test
} // namespace components