Skip to content

Commit 4505091

Browse files
committed
oops
1 parent 967bdc4 commit 4505091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/app/Vault_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4978,7 +4978,7 @@ class Vault_test : public beast::unit_test::suite
49784978
{
49794979
tx[sfAssetsMaximum] = "18446744073709551617e5"; // uint64 max + 1
49804980
env(tx, THISLINE);
4981-
BEAST_EXPECT(false, "Expected parse_error for mantissa larger than uint64 max");
4981+
BEAST_EXPECTS(false, "Expected parse_error for mantissa larger than uint64 max");
49824982
}
49834983
catch (parse_error const& e)
49844984
{

0 commit comments

Comments
 (0)