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:
Jingchen
2026-03-30 16:22:38 +01:00
committed by GitHub
parent 96bfc32fe2
commit 3a477e4d01
37 changed files with 315 additions and 294 deletions

View File

@@ -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;
})};