mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 15:28:03 +00:00
chore: Address code review comments
This commit is contained in:
@@ -41,8 +41,7 @@ struct BytecodeRun : testing::Test
|
||||
Account const alice{"alice"};
|
||||
Account const carol{"carol"};
|
||||
|
||||
void
|
||||
SetUp() override
|
||||
BytecodeRun()
|
||||
{
|
||||
createAccounts(env, XRP(5'000), alice, carol);
|
||||
}
|
||||
|
||||
@@ -49,6 +49,7 @@ struct DataOnReject : testing::Test
|
||||
void
|
||||
SetUp() override
|
||||
{
|
||||
testing::Test::SetUp();
|
||||
env.createAccount(alice, XRP(5'000));
|
||||
|
||||
auto const wasm = assembleWat(kWritesThenRejects);
|
||||
|
||||
@@ -31,8 +31,7 @@ struct FinishFailures : testing::Test
|
||||
Account const alice{"alice"};
|
||||
Account const carol{"carol"};
|
||||
|
||||
void
|
||||
SetUp() override
|
||||
FinishFailures()
|
||||
{
|
||||
createAccounts(env, XRP(5'000), alice, carol);
|
||||
}
|
||||
|
||||
@@ -33,6 +33,7 @@ struct GasFees : testing::Test
|
||||
void
|
||||
SetUp() override
|
||||
{
|
||||
testing::Test::SetUp();
|
||||
createAccounts(env, XRP(5'000), alice, carol);
|
||||
|
||||
auto const wasm = assembleWat(kReadsLedgerSqn);
|
||||
|
||||
Reference in New Issue
Block a user