Add forwarding cache (#1204)

Fixes #51.
This commit is contained in:
Sergey Kuznetsov
2024-03-05 18:09:29 +00:00
committed by GitHub
parent dc8d1658e3
commit 58a1833cf2
21 changed files with 605 additions and 29 deletions

View File

@@ -32,7 +32,7 @@ using namespace util;
using namespace testing;
struct ETLStateTest : public NoLoggerFixture {
MockSource const source = MockSource{};
MockSource source = MockSource{};
};
TEST_F(ETLStateTest, Error)