Refactor and modernize namespace declarations
Move all unit tests to namespace nfd::tests
Delete unused header core/algorithm.hpp
Change-Id: I5591f0c5f3bb5db67f8b45fae95471f8a555ca68
diff --git a/tests/key-chain-fixture.hpp b/tests/key-chain-fixture.hpp
index 0ffcb0e..3f0f149 100644
--- a/tests/key-chain-fixture.hpp
+++ b/tests/key-chain-fixture.hpp
@@ -31,8 +31,7 @@
#include <ndn-cxx/security/key-chain.hpp>
#include <ndn-cxx/security/signing-helpers.hpp>
-namespace nfd {
-namespace tests {
+namespace nfd::tests {
/**
* @brief A fixture providing an in-memory KeyChain.
@@ -85,7 +84,6 @@
std::vector<std::string> m_certFiles;
};
-} // namespace tests
-} // namespace nfd
+} // namespace nfd::tests
#endif // NFD_TESTS_KEY_CHAIN_FIXTURE_HPP