From e4a8f68a3a241875dbcc2d18ba1cadbe5abb1d40 Mon Sep 17 00:00:00 2001 From: Pilar Date: Fri, 24 Feb 2023 15:34:45 -0500 Subject: [PATCH] changed function_field in test_construction_factory.py --- hub/unittests/test_construction_factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/unittests/test_construction_factory.py b/hub/unittests/test_construction_factory.py index 026b535f..1c5c1b52 100644 --- a/hub/unittests/test_construction_factory.py +++ b/hub/unittests/test_construction_factory.py @@ -269,7 +269,7 @@ class TestConstructionFactory(TestCase): path=file_path, height_field='citygml_me', year_of_construction_field='ANNEE_CONS', - function_field='LIBELLE_UT', + function_field='CODE_UTILI', function_to_hub=Dictionaries().montreal_function_to_hub_function).city ConstructionFactory('nrcan', city).enrich()