diff --git a/pkg/query/print_test.go b/pkg/query/print_test.go index cae3730..a758f8a 100644 --- a/pkg/query/print_test.go +++ b/pkg/query/print_test.go @@ -38,12 +38,12 @@ func TestRealPrint(t *testing.T) { ShowQuery: true, }, Request: util.Request{ - Server: "a.gtld-servers.net", - Port: 53, - Type: dns.StringToType["NS"], - Class: 1, - Name: "google.com.", - Retries: 3, + Server: "a.gtld-servers.net", + Port: 53, + Type: dns.StringToType["NS"], + Class: 1, + Name: "google.com.", + Retries: 3, }, EDNS: util.EDNS{ EnableEDNS: false, @@ -136,12 +136,12 @@ func TestRealPrint(t *testing.T) { ShowQuery: true, }, Request: util.Request{ - Server: "dns.google", - Port: 853, - Type: dns.StringToType["NS"], - Class: 1, - Name: "freecumextremist.com.", - Retries: 3, + Server: "dns.google", + Port: 853, + Type: dns.StringToType["NS"], + Class: 1, + Name: "freecumextremist.com.", + Retries: 3, }, }, {