diff --git a/client_test.go b/client_test.go index d0dcbb90..be81c0d6 100644 --- a/client_test.go +++ b/client_test.go @@ -57,7 +57,7 @@ func TestClientEDNS0(t *testing.T) { //edns.Option = make([]Option, 1) //edns.SetNsid("") // Empty to request it - c := new(Client) + c := new(Client) r, _ := c.Exchange(m, "85.223.71.124:53") if r != nil && r.Rcode != RcodeSuccess {