Ver Fonte

Replace namespace usages by dedicated using in encoding test module

Patrick-Christopher Mattulat há 1 ano atrás
pai
commit
8e6c1536d7
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      test/cases/encoding/Base64Test.cpp

+ 2 - 2
test/cases/encoding/Base64Test.cpp

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