mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 07:35:52 +00:00
fix: Keep spdlog loggers valid between tests (#2614)
This commit is contained in:
@@ -35,7 +35,7 @@ constexpr auto kSTART_SEQ = 1234;
|
||||
|
||||
} // namespace
|
||||
|
||||
class ETLExtractionDataPipeTest : public NoLoggerFixture {
|
||||
class ETLExtractionDataPipeTest : public ::testing::Test {
|
||||
protected:
|
||||
etl::impl::ExtractionDataPipe<uint32_t> pipe_{kSTRIDE, kSTART_SEQ};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user