mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-07 02:36:43 +00:00
fix: Keep spdlog loggers valid between tests (#2614)
This commit is contained in:
@@ -39,7 +39,7 @@ using namespace util::config;
|
||||
using namespace rpc;
|
||||
using namespace util::prometheus;
|
||||
|
||||
struct RPCWorkQueueTestBase : NoLoggerFixture {
|
||||
struct RPCWorkQueueTestBase : public virtual ::testing::Test {
|
||||
ClioConfigDefinition cfg = {
|
||||
{"server.max_queue_size", ConfigValue{ConfigType::Integer}.defaultValue(2)},
|
||||
{"workers", ConfigValue{ConfigType::Integer}.defaultValue(4)}
|
||||
|
||||
Reference in New Issue
Block a user