Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Jan 17, 2024
1 parent 36f83f3 commit 3fb60a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/test/app/MPToken_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,10 @@ class MPToken_test : public beast::unit_test::suite
mptAlice.pay(alice, bob, 1, tecMPT_MAX_AMOUNT_EXCEEDED);
}

// TODO: This test is currently failing! Modify the STAmount to change the range
// Issuer fails trying to send more than the default maximum amount allowed
// TODO: This test is currently failing! Modify the STAmount to change
// the range
// Issuer fails trying to send more than the default maximum
// amount allowed
{
Env env{*this, features};

Expand Down

0 comments on commit 3fb60a3

Please sign in to comment.