Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Aug 22, 2024
1 parent a5a6a3f commit bde8c03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/src/AutoLogFixture_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ TEST_F(AutoLogFixture, AutoLogFixture)
EXPECT_FALSE(this->FullLogPath().empty());
EXPECT_TRUE(this->LogContent().empty());

Console::SetVerbosity(0);
Console::SetVerbosity(4);
gzdbg << "This is a debug" << std::endl;
gz::common::Console::Root().RawLogger().flush();
EXPECT_FALSE(this->LogContent().empty());
}

0 comments on commit bde8c03

Please sign in to comment.