We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967bdc4 commit 4505091Copy full SHA for 4505091
src/test/app/Vault_test.cpp
@@ -4978,7 +4978,7 @@ class Vault_test : public beast::unit_test::suite
4978
{
4979
tx[sfAssetsMaximum] = "18446744073709551617e5"; // uint64 max + 1
4980
env(tx, THISLINE);
4981
- BEAST_EXPECT(false, "Expected parse_error for mantissa larger than uint64 max");
+ BEAST_EXPECTS(false, "Expected parse_error for mantissa larger than uint64 max");
4982
}
4983
catch (parse_error const& e)
4984
0 commit comments