diff --git a/src/ifcbimtester/bimtester/features/steps/attributes_eleclasses/de.py b/src/ifcbimtester/bimtester/features/steps/attributes_eleclasses/de.py index 2f961bfdf8..6daae029bf 100644 --- a/src/ifcbimtester/bimtester/features/steps/attributes_eleclasses/de.py +++ b/src/ifcbimtester/bimtester/features/steps/attributes_eleclasses/de.py @@ -3,7 +3,7 @@ from behave import step @step('Es sind ausschliesslich "{ifc_classes}" Bauteile vorhanden') def step_impl(context, ifc_classes): - context.execute_steps(f'* There are exclusively "{ifc_class}" elements only') + context.execute_steps(f'* There are exclusively "{ifc_classes}" elements only') @step('Es sind keine "{ifc_class}" Bauteile vorhanden')