commit | 288141ab1a7003941ef499a15bf5feeb6ca2c5a7 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Tue Feb 13 17:30:35 2024 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Tue Feb 13 17:30:35 2024 -0500 |
tree | f16c31b96f8ff7cc23f93d5172826a8240731643 | |
parent | d6922b5ae51753afba7d79a51e4c42970b05470d [diff] [blame] |
tests: namespace cleanup Change-Id: I6b9ee82a4cb3b97c82ea111495ec07efddc8d825
diff --git a/tests/lsa/test-adj-lsa.cpp b/tests/lsa/test-adj-lsa.cpp index 91610bd..dd17421 100644 --- a/tests/lsa/test-adj-lsa.cpp +++ b/tests/lsa/test-adj-lsa.cpp
@@ -23,7 +23,7 @@ #include "tests/boost-test.hpp" -namespace nlsr::test { +namespace nlsr::tests { BOOST_AUTO_TEST_SUITE(TestAdjLsa) @@ -184,4 +184,4 @@ BOOST_AUTO_TEST_SUITE_END() -} // namespace nlsr::test +} // namespace nlsr::tests