Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
henryzhx8 committed Sep 20, 2024
1 parent 4c90ea4 commit 210a507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/unittest/reader/ForceReadUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class ForceReadUnittest : public testing::Test {
FileServer::GetInstance()->AddFileReaderConfig(mConfigName, &readerOpts, &ctx);
FileServer::GetInstance()->AddMultilineConfig(mConfigName, &multilineOpts, &ctx);
ProcessQueueManager::GetInstance()->CreateOrUpdateBoundedQueue(0, 0, ctx);
ProcessQueueManager::GetInstance()->ValidatePop(mConfigName);
}

void TearDown() override { remove(utf8File.c_str()); }
Expand Down

0 comments on commit 210a507

Please sign in to comment.