mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
{
|
||||
// We're only using Env for its Journal. That Journal gives better
|
||||
// coverage in unit tests.
|
||||
test::jtx::Env env{*this, test::jtx::envconfig(), nullptr, beast::severities::KDisabled};
|
||||
test::jtx::Env env{*this, test::jtx::envconfig(), nullptr, beast::Severity::Disabled};
|
||||
beast::Journal const journal{env.app().getJournal("ValidatorKeys_test")};
|
||||
|
||||
// Keys/ID when using [validation_seed]
|
||||
|
||||
Reference in New Issue
Block a user