File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ TEST_CASE("fmt formatting works with the logger") {
386386 logger->log_critical (" {} in hex is {:#x}" , 13 , 13 );
387387 logger->log_critical (" Unix epoch: {}" , std::chrono::system_clock::time_point ());
388388 logger->log_critical (" {:%Q %q} equals to {:%Q %q}" , 2h, std::chrono::duration_cast<std::chrono::seconds>(2h));
389- CHECK (LogTestController::getInstance ().contains (" [org::apache::nifi::minifi::core::logging::Logger] [critical] 1min equals to 60s" ));
389+ CHECK (LogTestController::getInstance ().contains (" [org::apache::nifi::minifi::core::logging::Logger] [critical] 1m equals to 60s" ));
390390 CHECK (LogTestController::getInstance ().contains (" [org::apache::nifi::minifi::core::logging::Logger] [critical] 13 in hex is 0xd" ));
391391 CHECK (LogTestController::getInstance ().contains (" [org::apache::nifi::minifi::core::logging::Logger] [critical] Unix epoch: 1970-01-01 00:00:00.00" ));
392392 CHECK (LogTestController::getInstance ().contains (" [org::apache::nifi::minifi::core::logging::Logger] [critical] 2 h equals to 7200 s" ));
You can’t perform that action at this time.
0 commit comments