mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Remove trailing whitespace from key.
This commit is contained in:
parent
5a6dfa0516
commit
bcdf9af5eb
1 changed files with 5 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue