From 3fb60a3583145485cac28bcaf2019cedf43404c4 Mon Sep 17 00:00:00 2001 From: Shawn Xie Date: Wed, 17 Jan 2024 08:55:14 -0500 Subject: [PATCH] clang --- src/test/app/MPToken_test.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/test/app/MPToken_test.cpp b/src/test/app/MPToken_test.cpp index 3953685c75b..b6b216eed03 100644 --- a/src/test/app/MPToken_test.cpp +++ b/src/test/app/MPToken_test.cpp @@ -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};