summaryrefslogtreecommitdiff
path: root/src/components/connection_handler/test/device_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/connection_handler/test/device_test.cc')
-rw-r--r--src/components/connection_handler/test/device_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/connection_handler/test/device_test.cc b/src/components/connection_handler/test/device_test.cc
index 8c6d0af57a..555bd8ed2a 100644
--- a/src/components/connection_handler/test/device_test.cc
+++ b/src/components/connection_handler/test/device_test.cc
@@ -30,9 +30,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include "connection_handler/device.h"
#include <gtest/gtest.h>
#include "encryption/hashing.h"
-#include "connection_handler/device.h"
namespace test {
namespace components {
@@ -75,6 +75,6 @@ TEST(ConnectionDevice, MacAddressHash) {
EXPECT_EQ(hashed_mac_address, test_device.mac_address());
}
-} // namespace connection_handlet_test
+} // namespace connection_handler_test
} // namespace components
} // namespace test