1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 01:40:44 +00:00

fix sockopt test

This commit is contained in:
Darien Raymond 2018-11-22 16:33:32 +01:00
parent 1cc3a4832d
commit 4b6e12815d
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -20,7 +20,7 @@ func TestGetOriginalDestination(t *testing.T) {
assert(err, IsNil)
defer tcpServer.Close()
conn, err := Dial(context.Background(), dest)
conn, err := Dial(context.Background(), dest, nil)
assert(err, IsNil)
defer conn.Close()