mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-30 10:30:22 +00:00
feat: Use C++ 23 standard (#7431)
This commit is contained in:
@@ -2018,8 +2018,8 @@ class Delegate_test : public beast::unit_test::Suite
|
||||
auto jrr = env.rpc("json", "sign_for", to_string(jv))[jss::result];
|
||||
BEAST_EXPECT(jrr[jss::status] == "error");
|
||||
BEAST_EXPECT(
|
||||
jrr[jss::error_message].asString().find(
|
||||
"A Signer may not be the transaction's Account") != std::string::npos);
|
||||
jrr[jss::error_message].asString().contains(
|
||||
"A Signer may not be the transaction's Account"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user