diff --git a/emission/individual_tests/TestNominatim.py b/emission/individual_tests/TestNominatim.py index d25acfd99..361d99299 100644 --- a/emission/individual_tests/TestNominatim.py +++ b/emission/individual_tests/TestNominatim.py @@ -116,9 +116,9 @@ def test_get_json_reverse(self): #Testing reverse_geocode, which reverse geocodes from a lat and lon and returns only the display name. def test_reverse_geocode(self): NominatimTest.nominatim("geofabrik") - expected_result = "India Street, Fox Point, Providence, Providence County, Rhode Island, 02906, United States" + expected_result = "Portugal Parkway, Fox Point, Providence, Providence County, Rhode Island, 02906, United States" actual_result = eco.Geocoder.reverse_geocode(41.8174476, -71.3903767) self.assertEqual(expected_result, actual_result) if __name__ == '__main__': - unittest.main() + unittest.main() \ No newline at end of file