tests: move to namespace psync::tests
Change-Id: I462563e8f3d60fbf2a124bad4e412665adeb8186
diff --git a/tests/test-partial-producer.cpp b/tests/test-partial-producer.cpp
index 5088915..86b510c 100644
--- a/tests/test-partial-producer.cpp
+++ b/tests/test-partial-producer.cpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
- * Copyright (c) 2014-2023, The University of Memphis
+ * Copyright (c) 2014-2024, The University of Memphis
*
* This file is part of PSync.
* See AUTHORS.md for complete list of PSync authors and contributors.
@@ -25,12 +25,12 @@
#include <ndn-cxx/mgmt/nfd/control-parameters.hpp>
#include <ndn-cxx/util/dummy-client-face.hpp>
-namespace psync {
+namespace psync::tests {
using ndn::Interest;
using ndn::Name;
-class PartialProducerFixture : public tests::KeyChainFixture
+class PartialProducerFixture : public KeyChainFixture
{
protected:
ndn::DummyClientFace m_face{m_keyChain, {true, true}};
@@ -142,4 +142,4 @@
BOOST_AUTO_TEST_SUITE_END()
-} // namespace psync
+} // namespace psync::tests