mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-30 00:25:52 +00:00
fix: Keep spdlog loggers valid between tests (#2614)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
using namespace data;
|
||||
|
||||
struct LedgerCacheTest : util::prometheus::WithPrometheus, NoLoggerFixture {
|
||||
struct LedgerCacheTest : util::prometheus::WithPrometheus {
|
||||
LedgerCache cache;
|
||||
};
|
||||
|
||||
@@ -39,7 +39,7 @@ TEST_F(LedgerCacheTest, defaultState)
|
||||
EXPECT_EQ(cache.latestLedgerSequence(), 0u);
|
||||
}
|
||||
|
||||
struct LedgerCachePrometheusMetricTest : util::prometheus::WithMockPrometheus, NoLoggerFixture {
|
||||
struct LedgerCachePrometheusMetricTest : util::prometheus::WithMockPrometheus {
|
||||
LedgerCache cache;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user