Skip to content

Commit

Permalink
Applied suggestions to udp tests
Browse files Browse the repository at this point in the history
Signed-off-by: Eugenio Collado <[email protected]>
  • Loading branch information
EugenioCollado committed Jan 3, 2025
1 parent dea914f commit fdc7416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unittest/transport/UDPv4Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ TEST_F(UDPv4Tests, double_binding_fails)

void UDPv4Tests::HELPER_SetDescriptorDefaults()
{
descriptor.maxMessageSize = 5000;
descriptor.maxMessageSize = 5;
descriptor.sendBufferSize = 5000;
descriptor.receiveBufferSize = 5000;
descriptor.interfaceWhiteList.clear();
Expand Down
2 changes: 1 addition & 1 deletion test/unittest/transport/UDPv6Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ TEST_F(UDPv6Tests, double_binding_fails)

void UDPv6Tests::HELPER_SetDescriptorDefaults()
{
descriptor.maxMessageSize = 5000;
descriptor.maxMessageSize = 5;
descriptor.sendBufferSize = 5000;
descriptor.receiveBufferSize = 5000;
}
Expand Down

0 comments on commit fdc7416

Please sign in to comment.