From d26c93a711b27f18206a60f1e1b4dc6b229a27af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:21:46 +0100 Subject: [PATCH] style: clang-tidy auto fixes (#1505) Fixes #1504. Please review and commit clang-tidy fixes. Co-authored-by: kuznetsss --- tests/unit/data/AmendmentCenterTests.cpp | 1 - tests/unit/rpc/handlers/AccountInfoTests.cpp | 1 - tests/unit/rpc/handlers/ServerInfoTests.cpp | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/unit/data/AmendmentCenterTests.cpp b/tests/unit/data/AmendmentCenterTests.cpp index 1869723b..14827354 100644 --- a/tests/unit/data/AmendmentCenterTests.cpp +++ b/tests/unit/data/AmendmentCenterTests.cpp @@ -19,7 +19,6 @@ #include "data/AmendmentCenter.hpp" #include "data/Types.hpp" -#include "util/LoggerFixtures.hpp" #include "util/MockBackendTestFixture.hpp" #include "util/MockPrometheus.hpp" #include "util/TestObject.hpp" diff --git a/tests/unit/rpc/handlers/AccountInfoTests.cpp b/tests/unit/rpc/handlers/AccountInfoTests.cpp index 6e7a50c9..e7842a84 100644 --- a/tests/unit/rpc/handlers/AccountInfoTests.cpp +++ b/tests/unit/rpc/handlers/AccountInfoTests.cpp @@ -23,7 +23,6 @@ #include "rpc/common/AnyHandler.hpp" #include "rpc/common/Types.hpp" #include "rpc/handlers/AccountInfo.hpp" -#include "util/LoggerFixtures.hpp" #include "util/HandlerBaseTestFixture.hpp" #include "util/MockAmendmentCenter.hpp" #include "util/NameGenerator.hpp" diff --git a/tests/unit/rpc/handlers/ServerInfoTests.cpp b/tests/unit/rpc/handlers/ServerInfoTests.cpp index 283d9c8d..8e2a04f3 100644 --- a/tests/unit/rpc/handlers/ServerInfoTests.cpp +++ b/tests/unit/rpc/handlers/ServerInfoTests.cpp @@ -25,6 +25,7 @@ #include "util/MockCounters.hpp" #include "util/MockCountersFixture.hpp" #include "util/MockETLService.hpp" +#include "util/MockETLServiceTestFixture.hpp" #include "util/MockLoadBalancer.hpp" #include "util/MockSubscriptionManager.hpp" #include "util/TestObject.hpp"