mirror of
https://github.com/XRPLF/clio.git
synced 2026-08-22 13:10:53 +00:00
fix: Keep spdlog loggers valid between tests (#2614)
This commit is contained in:
@@ -41,7 +41,7 @@ using namespace web::impl;
|
||||
using namespace web;
|
||||
using namespace util::config;
|
||||
|
||||
struct ErrorHandlingTests : NoLoggerFixture {
|
||||
struct ErrorHandlingTests : public virtual ::testing::Test {
|
||||
protected:
|
||||
util::TagDecoratorFactory tagFactory_{ClioConfigDefinition{
|
||||
{"log.tag_style", ConfigValue{ConfigType::String}.defaultValue("uint")},
|
||||
|
||||
Reference in New Issue
Block a user