Fix typo
This commit is contained in:
parent
14130bbf29
commit
1b2d7e49fc
@ -57,7 +57,7 @@ TEST(TcpClient, Connect) {
|
|||||||
EXPECT_EQ(statRes4.value(), ECONNREFUSED);
|
EXPECT_EQ(statRes4.value(), ECONNREFUSED);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(TcpClient, Reonnect) {
|
TEST(TcpClient, Reconnect) {
|
||||||
tcp::NonBlockingServer server1{{.port = 1234}};
|
tcp::NonBlockingServer server1{{.port = 1234}};
|
||||||
tcp::NonBlockingServer server2{{.port = 2345}};
|
tcp::NonBlockingServer server2{{.port = 2345}};
|
||||||
tcp::NonBlockingClient client;
|
tcp::NonBlockingClient client;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user