From 291fb21d45bfb7b4d8932b069ec5ab28e526321e 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 be0f039f5..36bf25cf9 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 { @@ -2020,4 +2021,5 @@ public: BEAST_DEFINE_TESTSUITE_PRIO(MPToken, tx, ripple, 2); +} // namespace test } // namespace ripple