mirror of https://github.com/v2ray/v2ray-core
fix sockopt test
parent
1cc3a4832d
commit
4b6e12815d
|
@ -20,7 +20,7 @@ func TestGetOriginalDestination(t *testing.T) {
|
||||||
assert(err, IsNil)
|
assert(err, IsNil)
|
||||||
defer tcpServer.Close()
|
defer tcpServer.Close()
|
||||||
|
|
||||||
conn, err := Dial(context.Background(), dest)
|
conn, err := Dial(context.Background(), dest, nil)
|
||||||
assert(err, IsNil)
|
assert(err, IsNil)
|
||||||
defer conn.Close()
|
defer conn.Close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue