From 1abe996a7bbf7c4b37cb75b97dbaab6e365e2c3b Mon Sep 17 00:00:00 2001 From: Gregory Tsipenyuk Date: Tue, 5 Nov 2024 10:48:02 -0500 Subject: [PATCH] Fix unity build (#5179) --- src/test/app/MPToken_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/app/MPToken_test.cpp b/src/test/app/MPToken_test.cpp index 9fdad6a0743..0f92212288d 100644 --- a/src/test/app/MPToken_test.cpp +++ b/src/test/app/MPToken_test.cpp @@ -24,6 +24,7 @@ #include namespace ripple { +namespace test { class MPToken_test : public beast::unit_test::suite { @@ -1989,4 +1990,5 @@ class MPToken_test : public beast::unit_test::suite BEAST_DEFINE_TESTSUITE_PRIO(MPToken, tx, ripple, 2); +} // namespace test } // namespace ripple