From 1c3980b6f0da28ffb896d6f6146f5dbfa670422c Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Wed, 17 Nov 2021 10:25:13 +0100 Subject: [PATCH] bimtester: fix italian and dutch project setup step files --- src/ifcbimtester/bimtester/features/steps/project_setup/it.py | 2 +- src/ifcbimtester/bimtester/features/steps/project_setup/nl.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcbimtester/bimtester/features/steps/project_setup/it.py b/src/ifcbimtester/bimtester/features/steps/project_setup/it.py index a9b103e7ca..e40a855171 100644 --- a/src/ifcbimtester/bimtester/features/steps/project_setup/it.py +++ b/src/ifcbimtester/bimtester/features/steps/project_setup/it.py @@ -8,4 +8,4 @@ def step_impl(context, schema): @step('Il nome del progetto, codice o identificatore breve deve essere "{value}"') def step_impl(context, value): - context.execute_steps(f'* "The project name, code, or short identifier must be "{value}"') + context.execute_steps(f'* The project name, code, or short identifier must be "{value}"') diff --git a/src/ifcbimtester/bimtester/features/steps/project_setup/nl.py b/src/ifcbimtester/bimtester/features/steps/project_setup/nl.py index 84618014ef..27e7cbfefd 100644 --- a/src/ifcbimtester/bimtester/features/steps/project_setup/nl.py +++ b/src/ifcbimtester/bimtester/features/steps/project_setup/nl.py @@ -8,4 +8,4 @@ def step_impl(context, schema): @step('De projectnaam, code of korte ID moet "{value}"') def step_impl(context, value): - context.execute_steps(f'* "The project name, code, or short identifier must be "{value}"') + context.execute_steps(f'* The project name, code, or short identifier must be "{value}"')