Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Sep 12, 2024
1 parent fe59caf commit 1b5ad74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/app/MPToken_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ class MPToken_test : public beast::unit_test::suite
std::string const txHash{
env.tx()->getJson(JsonOptions::none)[jss::hash].asString()};

Json::Value const result =
env.rpc("tx", txHash)[jss::result];
Json::Value const result = env.rpc("tx", txHash)[jss::result];
BEAST_EXPECT(
result[sfMaximumAmount.getJsonName()] == "9223372036854775807");
}
Expand Down

0 comments on commit 1b5ad74

Please sign in to comment.