Skip to content

Commit

Permalink
Test tweak
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 7ee49ba commit a5a6a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/console.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ TEST(Console_TEST, LogInitAfterConsoleOut)
gz::common::Console::SetVerbosity(4);

// Before console is initialized, logs go to default file location
gzerr << "Error before logging initialized" << std::endl;
gzlog << "Error before logging initialized" << std::endl;

{
auto defaultPath = gz::common::joinPaths(home,
Expand Down

0 comments on commit a5a6a3f

Please sign in to comment.