Skip to content

Commit

Permalink
Refs #22657: Apply Miguels suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
  • Loading branch information
Mario-DL committed Jan 22, 2025
1 parent c1a694c commit 0da3521
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/blackbox/common/DDSBlackboxTestsBasic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@ TEST(DDSBasic, participant_factory_output_log_error_no_macro_collision)
auto dpf = DomainParticipantFactory::get_shared_instance();
DomainParticipantQos qos;
dpf->get_participant_qos_from_xml("", qos, "");
Log::Flush();
ASSERT_GE(n_logs.load(), 1u);
}

Expand Down

0 comments on commit 0da3521

Please sign in to comment.