Browse Source

Merge pull request #299 from acsone/8.0-FIX_test_base_location_geonames_import-dro

[FIX] Fix test according to updated geonames list
pull/273/merge
Pedro M. Baeza 9 years ago
committed by GitHub
parent
commit
bfc046786f
  1. 2
      base_location_geonames_import/tests/test_base_location_geonames_import.py

2
base_location_geonames_import/tests/test_base_location_geonames_import.py

@ -23,7 +23,7 @@ class TestBaseLocationGeonamesImport(common.TransactionCase):
self.assertEqual(len(states), 1)
zip_domain = [
('name', '=', '98000'),
('city', '=', 'Jardin Japonais'),
('city', '=', 'Jardin Exotique'),
('state_id', '=', states[0].id),
('country_id', '=', self.country.id),
]

Loading…
Cancel
Save