mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 19:25:53 +00:00
fix: Keep spdlog loggers valid between tests (#2614)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
/**
|
||||
* @brief Fixture with mock counters
|
||||
*/
|
||||
struct MockCountersTest : virtual public NoLoggerFixture {
|
||||
struct MockCountersTest : virtual public ::testing::Test {
|
||||
protected:
|
||||
std::shared_ptr<MockCounters> mockCountersPtr_ = std::make_shared<MockCounters>();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user