Skip to content

Commit

Permalink
Fix unity build (#5179)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam authored Nov 5, 2024
1 parent 54a350b commit d57cced
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/app/MPToken_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <xrpl/protocol/jss.h>

namespace ripple {
namespace test {

class MPToken_test : public beast::unit_test::suite
{
Expand Down Expand Up @@ -1989,4 +1990,5 @@ class MPToken_test : public beast::unit_test::suite

BEAST_DEFINE_TESTSUITE_PRIO(MPToken, tx, ripple, 2);

} // namespace test
} // namespace ripple

0 comments on commit d57cced

Please sign in to comment.