Преглед на файлове

check error for dial in socks test

v2ray преди 9 години
родител
ревизия
22e867cb85
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      testing/scenarios/socks_end_test.go

+ 1 - 0
testing/scenarios/socks_end_test.go

@@ -38,6 +38,7 @@ func TestTCPConnection(t *testing.T) {
 			IP:   []byte{127, 0, 0, 1},
 			Port: int(socksPort),
 		})
+		assert.Error(err).IsNil()
 
 		authRequest := socks5AuthMethodRequest(byte(0))
 		nBytes, err := conn.Write(authRequest)