Fix tests

This commit is contained in:
世界 2022-08-22 12:02:16 +08:00
parent ac0ead1473
commit c4f4fd97d6
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
7 changed files with 77 additions and 34 deletions

View file

@ -56,7 +56,7 @@ func testTCP(t *testing.T, clientPort uint16, testPort uint16) {
dialTCP := func() (net.Conn, error) {
return dialer.DialContext(context.Background(), "tcp", M.ParseSocksaddrHostPort("127.0.0.1", testPort))
}
require.NoError(t, testLargeDataWithConn(t, testPort, dialTCP))
require.NoError(t, testPingPongWithConn(t, testPort, dialTCP))
}
func testSuitHy(t *testing.T, clientPort uint16, testPort uint16) {