diff --git a/main_test.go b/main_test.go index a93e380..49f4395 100644 --- a/main_test.go +++ b/main_test.go @@ -16,7 +16,7 @@ func TestLookup(t *testing.T) { explain string }{ {"", "Any IPV4", "Lookup my own IP"}, - {"8.8.8.8", "8.8.8.8", "Lookup Google's DNS"}, + {"8.8.8.8", "United States", "Lookup Google's DNS"}, } for _, test := range tests {