From 2a686565fb97f698b450debd75656f2ae70de9b0 Mon Sep 17 00:00:00 2001 From: Jesus Perez Date: Mon, 15 Apr 2024 09:43:07 +0200 Subject: [PATCH] Refs #20589: Apply suggestions Signed-off-by: Jesus Perez --- test/unittest/transport/TCPv4Tests.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unittest/transport/TCPv4Tests.cpp b/test/unittest/transport/TCPv4Tests.cpp index 70a3385a267..71a1525408e 100644 --- a/test/unittest/transport/TCPv4Tests.cpp +++ b/test/unittest/transport/TCPv4Tests.cpp @@ -1345,7 +1345,6 @@ TEST_F(TCPv4Tests, secure_non_blocking_send) a connection. This channel will not be present in the server's channel_resources_ map as communication lacks most of the discovery messages using a raw socket as participant. */ - // auto sender_unbound_channel_resources = senderTransportUnderTest.get_unbound_channel_resources(); auto sender_unbound_channel_resources = senderTransportUnderTest.get_unbound_channel_resources(); ASSERT_TRUE(sender_unbound_channel_resources.size() == 1); auto sender_channel_resource =