Fix typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user