Browse Source

[FIX] base_location_geonames_import: Fix test

pull/268/head
Pedro M. Baeza 9 years ago
parent
commit
504ad6a205
  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', '=', 'Ciappaira'),
('city', '=', 'Jardin Japonais'),
('state_id', '=', states[0].id),
('country_id', '=', self.country.id),
]

Loading…
Cancel
Save