change reverse_geocoder for openmaps api call

This commit is contained in:
Guille Gutierrez 2020-06-29 17:41:22 -04:00
parent aa68cf4456
commit 6c2cd8e977

View File

@ -43,6 +43,7 @@ class TestPhysicsFactory(TestCase):
"""
city = self._get_city_with_physics()
for building in city.buildings:
self.assertIsNotNone(building.average_storey_height, 'average_storey_height is none')
self.assertIsNotNone(building.storeys_above_ground, 'storeys_above_ground is none')
for thermal_zone in building.thermal_zones:
self.assertIsNotNone(thermal_zone.effective_thermal_capacity, 'effective_thermal_capacity is none')