mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Remove duplicated then decorator from b9855b2
'then the object name is selected' were already defined in then_the_object_name_is_selected
This commit is contained in:
@@ -536,7 +536,6 @@ def i_deselect_all_objects():
|
||||
|
||||
@given(parsers.parse('the object "{name}" is selected'))
|
||||
@when(parsers.parse('the object "{name}" is selected'))
|
||||
@then(parsers.parse('the object "{name}" is selected'))
|
||||
def the_object_name_is_selected(name):
|
||||
i_deselect_all_objects()
|
||||
additionally_the_object_name_is_selected(name)
|
||||
|
||||
Reference in New Issue
Block a user