mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 11:15:50 +00:00
fix: Keep spdlog loggers valid between tests (#2614)
This commit is contained in:
@@ -141,7 +141,7 @@ getParseServerConfig(boost::json::value val)
|
||||
return config;
|
||||
};
|
||||
|
||||
struct WebServerTest : NoLoggerFixture {
|
||||
struct WebServerTest : public virtual ::testing::Test {
|
||||
~WebServerTest() override
|
||||
{
|
||||
work_.reset();
|
||||
|
||||
Reference in New Issue
Block a user