Parcourir la source

Replace namespace usages by dedicated using in serialization test module

Patrick-Christopher Mattulat il y a 1 an
Parent
commit
a40574d88d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      test/cases/serialization/JsonTest.cpp

+ 2 - 2
test/cases/serialization/JsonTest.cpp

@@ -10,8 +10,8 @@
 #include <gtest/gtest.h>
 #include <ls-std/ls-std-core.hpp>
 
-using namespace ls::std::core::type;
-using namespace ::testing;
+using ls::std::core::type::json;
+using testing::Test;
 
 namespace
 {