This commit is contained in:
Andreas Tsouchlos 2025-04-19 05:23:22 +02:00
parent 14130bbf29
commit 1b2d7e49fc

View File

@ -57,7 +57,7 @@ TEST(TcpClient, Connect) {
EXPECT_EQ(statRes4.value(), ECONNREFUSED);
}
TEST(TcpClient, Reonnect) {
TEST(TcpClient, Reconnect) {
tcp::NonBlockingServer server1{{.port = 1234}};
tcp::NonBlockingServer server2{{.port = 2345}};
tcp::NonBlockingClient client;