Update test to compare to the correct result

This commit is contained in:
2022-01-11 13:31:36 -06:00
parent 223acbf427
commit 9fb0df401e

View File

@@ -16,7 +16,7 @@ func TestLookup(t *testing.T) {
explain string explain string
}{ }{
{"", "Any IPV4", "Lookup my own IP"}, {"", "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 { for _, test := range tests {