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