diff --git a/src/ifcbimtester/bimtester/features/steps/geometric_detail/de.py b/src/ifcbimtester/bimtester/features/steps/geometric_detail/de.py index 88977932e7..bbaa069eba 100644 --- a/src/ifcbimtester/bimtester/features/steps/geometric_detail/de.py +++ b/src/ifcbimtester/bimtester/features/steps/geometric_detail/de.py @@ -1,6 +1,6 @@ from behave import step -@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): context.execute_steps(f'* All {ifc_class} elements have an "{representation_class}" representation')