Skip to content

Commit

Permalink
[logger test] update delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Nov 8, 2024
1 parent 48707ba commit 16095a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/logger/logger_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ TEST_F(MasterLoggerTest, LogSwitchToInteger) {
ASSERT_TRUE(_logger->_switchToIntegerCall);
ASSERT_TRUE(_logger2->_switchToIntegerCall);
}
static constexpr const char* const DELIMITER = "|";
static constexpr const char* const DELIMITER = "\t";

TEST(LogDestinationTest, WithInvalidEmptyFilePath) {
const std::filesystem::path invalid_file_path("");
Expand Down

0 comments on commit 16095a4

Please sign in to comment.