tests: namespace cleanup
Change-Id: I6b9ee82a4cb3b97c82ea111495ec07efddc8d825
diff --git a/tests/key-chain-fixture.hpp b/tests/key-chain-fixture.hpp
index f4303c6..06284de 100644
--- a/tests/key-chain-fixture.hpp
+++ b/tests/key-chain-fixture.hpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
- * Copyright (c) 2014-2022, Regents of the University of California,
+ * Copyright (c) 2014-2024, Regents of the University of California,
* Arizona Board of Regents,
* Colorado State University,
* University Pierre & Marie Curie, Sorbonne University,
@@ -29,7 +29,7 @@
#include <ndn-cxx/security/key-chain.hpp>
#include <ndn-cxx/security/signing-helpers.hpp>
-namespace nlsr::test {
+namespace nlsr::tests {
/**
* @brief A fixture providing an in-memory KeyChain.
@@ -95,6 +95,6 @@
std::vector<std::string> m_certFiles;
};
-} // namespace nlsr::test
+} // namespace nlsr::tests
#endif // NLSR_TESTS_KEY_CHAIN_FIXTURE_HPP