Added street geocoder functions to integration tests
This commit is contained in:
6
test/fixtures/geocoder_api_test_dataset.csv
vendored
6
test/fixtures/geocoder_api_test_dataset.csv
vendored
@@ -1,3 +1,3 @@
|
||||
id,country,province,city,postalcode,ip
|
||||
1,Spain,Castilla y León,Valladolid,47010,8.8.8.8
|
||||
2,USA,New York,Manhattn,10001,8.8.8.8
|
||||
id,country,province,city,postalcode,ip,street
|
||||
1,Spain,Castilla y León,Valladolid,47010,8.8.8.8,Calle Amor de Dios
|
||||
2,USA,New York,Manhattn,10001,8.8.8.8,NonExistentStreet
|
||||
|
||||
|
Reference in New Issue
Block a user