diff --git a/omgeo/tests/tests.py b/omgeo/tests/tests.py index 5c94861..0304c55 100755 --- a/omgeo/tests/tests.py +++ b/omgeo/tests/tests.py @@ -179,7 +179,7 @@ def test_geocode_esri_wgs_senado_mx(self): """ candidates = self.g_esri_wgs.get_candidates(self.pq['senado_mx']) self.assertOneCandidate(candidates) - search_text = 'Paseo de la Reforma 135' + search_text = 'Paseo de La Reforma 135' self.assertEqual(search_text in candidates[0].match_addr, True, '"%s" not found in match_addr. Got "%s".' % (search_text, candidates[0].match_addr)) @@ -192,7 +192,7 @@ def test_geocode_structured_esri_wgs_senado_mx(self): """ candidates = self.g_esri_wgs.get_candidates(self.pq['senado_mx_struct']) self.assertOneCandidate(candidates) - search_text = 'Paseo de la Reforma 135' + search_text = 'Paseo de La Reforma 135' self.assertEqual(search_text in candidates[0].match_addr, True, '"%s" not found in match_addr. Got "%s".' % (search_text, candidates[0].match_addr))