mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-02 01:25:52 +00:00
fix: Keep spdlog loggers valid between tests (#2614)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
struct MigrationManagerFactoryTests : public NoLoggerFixture {};
|
||||
struct MigrationManagerFactoryTests : public virtual ::testing::Test {};
|
||||
|
||||
TEST_F(MigrationManagerFactoryTests, InvalidDBType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user