mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
refactor: Address PR comments after the modularisation PRs (#6389)
Signed-off-by: JCW <a1q123456@users.noreply.github.com> Co-authored-by: Bart <bthomee@users.noreply.github.com>
This commit is contained in:
@@ -2189,7 +2189,7 @@ class LedgerEntry_test : public beast::unit_test::suite
|
||||
Account const bob{"bob"};
|
||||
|
||||
Env env{*this, envconfig([](auto cfg) {
|
||||
cfg->START_UP = StartUpType::FRESH;
|
||||
cfg->START_UP = StartUpType::Fresh;
|
||||
return cfg;
|
||||
})};
|
||||
|
||||
@@ -2382,7 +2382,7 @@ class LedgerEntry_test : public beast::unit_test::suite
|
||||
Account const bob{"bob"};
|
||||
|
||||
Env env{*this, envconfig([](auto cfg) {
|
||||
cfg->START_UP = StartUpType::FRESH;
|
||||
cfg->START_UP = StartUpType::Fresh;
|
||||
return cfg;
|
||||
})};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user