Skip to content

Commit 6140b1d

Browse files
authored
fix test to match new spec (#118)
1 parent d9af870 commit 6140b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/utils/reversegeo_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func TestPrettyAddress(t *testing.T) {
2020
Latitude: -39.6375091,
2121
Longitude: 175.2222849,
2222
},
23-
Result: []string{"Manawatū-Whanganui New Zealand_Aotearoa", "New Zealand_Aotearoa", "Whanganui District, Manawatū-Whanganui, New Zealand_Aotearoa"},
23+
Result: []string{"Matahiwi Manawatū-Whanganui New Zealand _ Aotearoa", "New Zealand _ Aotearoa", "Matahiwi Track, Matahiwi, Whanganui District, Manawatū-Whanganui, New Zealand _ Aotearoa"},
2424
},
2525
{
2626
Address: Location{

0 commit comments

Comments
 (0)