change back to IPv4 address

pull/1269/head
Darien Raymond 2018-09-10 13:58:14 +02:00
parent 6d750e8149
commit 356377ddde
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ func TestDialWithRemoteAddr(t *testing.T) {
Path: "ws", Path: "ws",
}, },
}) })
listen, err := ListenWS(lctx, net.LocalHostIPv6, 13148, func(conn internet.Connection) { listen, err := ListenWS(lctx, net.LocalHostIP, 13148, func(conn internet.Connection) {
go func(c internet.Connection) { go func(c internet.Connection) {
defer c.Close() defer c.Close()