Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into relay
Browse files Browse the repository at this point in the history
* upstream/develop:
  Fix unity build (5179)
  • Loading branch information
ximinez committed Nov 5, 2024
2 parents 0641f77 + d57cced commit 01bd73b
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 01bd73b

Please sign in to comment.