Correct merge error

This commit is contained in:
Guille Gutierrez 2023-01-16 08:05:23 -05:00
parent a41ae23c20
commit 30f683ea9f

View File

@ -150,12 +150,12 @@ class TestGeometryFactory(TestCase):
"""
Test geojson import
"""
file = 'sample.geojson'
file = 'concordia.geojson'
city = self._get_city(file, 'geojson',
height_field='citygml_me',
year_of_construction_field='ANNEE_CONS',
function_field='LIBELLE_UT')
exports.exports_factory.ExportsFactory('obj', city, self._output_path).export_debug()
exports.exports_factory.ExportsFactory('obj', city, self._output_path).export()
self.assertEqual(207, len(city.buildings), 'wrong number of buildings')
self._check_buildings(city)