diff --git a/src/ifcbimtester/bimtester/features/steps/geometric_detail_de.py b/src/ifcbimtester/bimtester/features/steps/geometric_detail_de.py index bb574db3f5..8b1977b42e 100644 --- a/src/ifcbimtester/bimtester/features/steps/geometric_detail_de.py +++ b/src/ifcbimtester/bimtester/features/steps/geometric_detail_de.py @@ -4,7 +4,7 @@ from geometric_detail_methods import class_geometric_representation from utils import switch_locale -step("Alle {ifc_class} Bauteile müssen eine geometrische Repräsentation der Klasse {representation_class} verwenden") +@step("Alle {ifc_class} Bauteile müssen eine geometrische Repräsentation der Klasse {representation_class} verwenden") def step_impl(context, ifc_class, representation_class): switch_locale(context.localedir, "de") class_geometric_representation(context, ifc_class, representation_class)