refactor: setRange in tests (#1763)

There are a few files that cannot move the setRange into constructor of
the test because either the place that calls setRange matters or tests
checks range doesn't exist
This commit is contained in:
Peter Chen
2024-11-29 09:27:45 -05:00
committed by GitHub
parent afb0c7fee2
commit f62fadc9f9
28 changed files with 171 additions and 493 deletions

View File

@@ -24,6 +24,8 @@
#include "util/MockETLServiceTestFixture.hpp"
#include "util/MockPrometheus.hpp"
#include <gmock/gmock.h>
/**
* @brief Fixture with an mock backend and an embedded boost::asio context.
*