mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 03:05:51 +00:00
fix: Keep spdlog loggers valid between tests (#2614)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
using namespace etlng::impl;
|
||||
|
||||
struct NetworkValidatedLedgersTests : NoLoggerFixture {
|
||||
struct NetworkValidatedLedgersTests : virtual public ::testing::Test {
|
||||
protected:
|
||||
util::async::CoroExecutionContext ctx_{2};
|
||||
std::shared_ptr<etl::NetworkValidatedLedgersInterface> ledgers_ =
|
||||
|
||||
Reference in New Issue
Block a user