Skip to content

Commit

Permalink
Refs #21479: Minor change for testing
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Sep 18, 2024
1 parent e924aaa commit f855b71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unittest/transport/UDPv4Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ TEST_F(UDPv4Tests, wrong_configuration)
UDPv4Transport transportUnderTest(wrong_descriptor);
ASSERT_FALSE(transportUnderTest.init());
eprosima::fastdds::dds::Log::Flush();
// This is a small change to trigger CI for testing external contributions CI
}

// maxMessageSize bigger than sendBufferSize
Expand Down

0 comments on commit f855b71

Please sign in to comment.