mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
bimtester: fix italian and dutch project setup step files
This commit is contained in:
@@ -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}"')
|
||||
|
||||
@@ -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}"')
|
||||
|
||||
Reference in New Issue
Block a user