mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
fix: Keep spdlog loggers valid between tests (#2614)
This commit is contained in:
@@ -30,7 +30,7 @@ using namespace data;
|
||||
using namespace util::prometheus;
|
||||
using namespace testing;
|
||||
|
||||
struct CorruptionDetectorTest : NoLoggerFixture, WithPrometheus {};
|
||||
struct CorruptionDetectorTest : WithPrometheus {};
|
||||
|
||||
TEST_F(CorruptionDetectorTest, DisableCacheOnCorruption)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user