diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/prognosis/resolve_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/prognosis/resolve_test.go b/cmd/prognosis/resolve_test.go index f7f1347..7a9daf5 100644 --- a/cmd/prognosis/resolve_test.go +++ b/cmd/prognosis/resolve_test.go @@ -124,7 +124,7 @@ func TestResolvePickBypassesAPoisonedCacheEntry(t *testing.T) { func TestResolveCachesAnUnambiguousName(t *testing.T) { only := []openmeteo.Candidate{ - {Geo: cache.Geo{Lat: 50.0617, Lon: 19.9373, Label: "Krakow, PL", Country: "PL"}, Admin1: "Subcarpathia"}, + {Geo: cache.Geo{Lat: 50.0617, Lon: 19.9373, Label: "Krakow, PL", Country: "PL"}, Admin1: "Lesser Poland"}, } calls := stubGeocoder(t, only) store := tmpStore(t) |
