diff --git a/tests/unit/cluster/FallbackRecoveryTimerTests.cpp b/tests/unit/cluster/FallbackRecoveryTimerTests.cpp index d387bfafe..396b9c2cc 100644 --- a/tests/unit/cluster/FallbackRecoveryTimerTests.cpp +++ b/tests/unit/cluster/FallbackRecoveryTimerTests.cpp @@ -21,8 +21,6 @@ #include #include -#include -#include #include #include @@ -45,7 +43,7 @@ protected: TEST_F(FallbackRecoveryTimerTest, NotRunningByDefault) { - FallbackRecoveryTimer timer{ctx_, std::chrono::hours{1}}; + FallbackRecoveryTimer const timer{ctx_, std::chrono::hours{1}}; EXPECT_FALSE(timer.isRunning()); }