mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
fix sockopt test
This commit is contained in:
parent
1cc3a4832d
commit
4b6e12815d
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user