summaryrefslogtreecommitdiff
path: root/src/components/hmi_message_handler/test/hmi_message_adapter_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/hmi_message_handler/test/hmi_message_adapter_test.cc')
-rw-r--r--src/components/hmi_message_handler/test/hmi_message_adapter_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/hmi_message_handler/test/hmi_message_adapter_test.cc b/src/components/hmi_message_handler/test/hmi_message_adapter_test.cc
index 73fe76640d..5762566b96 100644
--- a/src/components/hmi_message_handler/test/hmi_message_adapter_test.cc
+++ b/src/components/hmi_message_handler/test/hmi_message_adapter_test.cc
@@ -40,8 +40,8 @@ namespace test {
namespace components {
namespace hmi_message_handler_test {
-using ::testing::Return;
using hmi_message_handler::HMIMessageHandlerImpl;
+using ::testing::Return;
typedef std::shared_ptr<MockHMIMessageAdapterImpl>
MockHMIMessageAdapterImplSPtr;
@@ -74,6 +74,6 @@ TEST(HMIMessageAdapterImplTest, Handler_NULLPointer_CorrectReturnedPointer) {
EXPECT_EQ(NULL, message_adapter_impl->get_handler());
}
-} // namespace hmi_message_helper_test
+} // namespace hmi_message_handler_test
} // namespace components
} // namespace test