change reverse_geocoder for openmaps api call

This commit is contained in:
Guille Gutierrez 2020-06-29 17:38:47 -04:00
parent f76a5bfd68
commit aa68cf4456

View File

@ -43,7 +43,6 @@ 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')