Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
yyuuttaaoo committed Nov 25, 2024
1 parent df6c7ad commit 642f50c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/unittest/polling/PollingPreservedDirDepthUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class PollingPreservedDirDepthUnittest : public ::testing::Test {
if (bfs::exists(AppConfig::GetInstance()->mCheckPointFilePath)) {
bfs::remove_all(AppConfig::GetInstance()->mCheckPointFilePath);
}
LogFileProfiler::GetInstance();
LoongCollectorMonitor::GetInstance()->Init();
FlusherRunner::GetInstance()->Init(); // reference: Application::Start
PluginRegistry::GetInstance()->LoadPlugins();
Expand Down

0 comments on commit 642f50c

Please sign in to comment.