tests: move to namespace psync::tests
Change-Id: I462563e8f3d60fbf2a124bad4e412665adeb8186
diff --git a/tests/test-state.cpp b/tests/test-state.cpp
index 0e31a67..683ff73 100644
--- a/tests/test-state.cpp
+++ b/tests/test-state.cpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
- * Copyright (c) 2014-2020, 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.
@@ -23,8 +23,9 @@
#include <ndn-cxx/data.hpp>
-namespace psync {
-namespace detail {
+namespace psync::tests {
+
+using detail::State;
BOOST_AUTO_TEST_SUITE(TestState)
@@ -84,5 +85,4 @@
BOOST_AUTO_TEST_SUITE_END()
-} // namespace detail
-} // namespace psync
+} // namespace psync::tests