diff --git a/tests/tcp.cpp b/tests/tcp.cpp index 468260a..e285f8c 100644 --- a/tests/tcp.cpp +++ b/tests/tcp.cpp @@ -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;