Remove trailing whitespace from key.

This commit is contained in:
Joachim Bauch 2025-12-04 11:11:43 +01:00
commit bcdf9af5eb
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -103,11 +103,11 @@ func TestGeoLookupCaching(t *testing.T) {
func TestGeoLookupContinent(t *testing.T) {
tests := map[string][]string{
"AU": {"OC"},
"DE": {"EU"},
"RU": {"EU"},
"": nil,
"INVALID ": nil,
"AU": {"OC"},
"DE": {"EU"},
"RU": {"EU"},
"": nil,
"INVALID": nil,
}
for country, expected := range tests {