mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-30 16:45:51 +00:00
fix: Keep spdlog loggers valid between tests (#2614)
This commit is contained in:
@@ -86,7 +86,7 @@ struct MockMonitor : etlng::MonitorInterface {
|
||||
MOCK_METHOD(void, stop, (), (override));
|
||||
};
|
||||
|
||||
struct TaskManagerTests : NoLoggerFixture {
|
||||
struct TaskManagerTests : virtual public ::testing::Test {
|
||||
using MockSchedulerType = testing::NiceMock<MockScheduler>;
|
||||
using MockExtractorType = testing::NiceMock<MockExtractor>;
|
||||
using MockLoaderType = testing::NiceMock<MockLoader>;
|
||||
|
||||
Reference in New Issue
Block a user