Refactor source (#1171)

For #51
This commit is contained in:
Sergey Kuznetsov
2024-02-20 14:07:27 +00:00
committed by GitHub
parent 26d663c0be
commit 62f55a7dce
55 changed files with 3572 additions and 1957 deletions

View File

@@ -52,7 +52,6 @@ public:
void
SetUp() override
{
NoLoggerFixture::SetUp();
state_.isStopping = false;
state_.writeConflict = false;
state_.isReadOnly = false;
@@ -63,7 +62,6 @@ public:
TearDown() override
{
extractor_.reset();
NoLoggerFixture::TearDown();
}
};