mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 14:50:54 +00:00
ci: Update clang-tidy to nix-based v22 (#7412)
This commit is contained in:
@@ -1078,7 +1078,7 @@ struct Credentials_test : public beast::unit_test::Suite
|
||||
}
|
||||
|
||||
// Create DepositPreauth
|
||||
env(deposit::authCredentials(becky, {{subject, credType}}));
|
||||
env(deposit::authCredentials(becky, {{.issuer = subject, .credType = credType}}));
|
||||
env.close();
|
||||
// env();
|
||||
auto jtx = env.jt(pay(subject, becky, XRP(100)), credentials::Ids({credIdx}));
|
||||
@@ -1087,7 +1087,7 @@ struct Credentials_test : public beast::unit_test::Suite
|
||||
auto const stx = std::make_shared<STTx>(*jtx.stx);
|
||||
|
||||
// Create PermissionedDomain
|
||||
env(pdomain::setTx(becky, {{issuer, credType}}));
|
||||
env(pdomain::setTx(becky, {{.issuer = issuer, .credType = credType}}));
|
||||
env.close();
|
||||
auto const objects = pdomain::getObjects(becky, env);
|
||||
if (!BEAST_EXPECT(!objects.empty()))
|
||||
|
||||
Reference in New Issue
Block a user