Skip to content

Commit

Permalink
use ClockSourceType::System in test
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed May 30, 2024
1 parent ba8d46d commit 713ec2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quill/test/integration_tests/MultiFrontendThreadsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ TEST_CASE("multi_frontend_threads")
logger_name_prefix + std::to_string(i), std::move(file_sink),
"%(time) [%(thread_id)] %(short_source_location:<28) LOG_%(log_level:<9) %(logger:<12) "
"%(message)",
"%Y-%m-%d %H:%M:%S.%Qns", Timezone::GmtTime);
"%Y-%m-%d %H:%M:%S.%Qns", Timezone::GmtTime, ClockSourceType::System);

for (size_t j = 0; j < number_of_messages; ++j)
{
Expand Down

0 comments on commit 713ec2a

Please sign in to comment.