Browse Source

[FIX] base_location_geonames_import: Fix tests

pull/306/head
Pedro M. Baeza 8 years ago
committed by GitHub
parent
commit
b4e103dae3
  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