This commit is contained in:
tequ
2026-04-10 14:13:55 +09:00
parent a115d73c56
commit 4026af175b

View File

@@ -915,7 +915,7 @@ public:
env.close();
// Find the sponsorship.
for (const auto& acct : {alice, gw})
for (auto const& acct : {alice, gw})
{
Json::Value const resp = acctObjs(acct, jss::sponsorship);
BEAST_EXPECT(acctObjsIsSize(resp, 1));