fix sockopt test

pull/1435/head
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
1 changed files with 1 additions and 1 deletions

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()