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:
@@ -220,7 +220,7 @@ private:
|
||||
{
|
||||
testcase("Config Load");
|
||||
|
||||
jtx::Env env(*this, jtx::envconfig(), nullptr, beast::severities::KDisabled);
|
||||
jtx::Env env(*this, jtx::envconfig(), nullptr, beast::Severity::Disabled);
|
||||
auto& app = env.app();
|
||||
std::vector<std::string> const emptyCfgKeys;
|
||||
std::vector<std::string> const emptyCfgPublishers;
|
||||
|
||||
Reference in New Issue
Block a user