mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-07 18:56:47 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -18,7 +18,7 @@ class ClosureCounter_test : public beast::unit_test::Suite
|
||||
{
|
||||
// We're only using Env for its Journal. That Journal gives better
|
||||
// coverage in unit tests.
|
||||
test::jtx::Env env_{*this, jtx::envconfig(), nullptr, beast::severities::KDisabled};
|
||||
test::jtx::Env env_{*this, jtx::envconfig(), nullptr, beast::Severity::Disabled};
|
||||
beast::Journal j_{env_.app().getJournal("ClosureCounter_test")};
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user