From faab9e04a3cd2ef64d3b2589fa7e15934f3aee8d Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 31 Jul 2024 17:16:30 +0500 Subject: [PATCH] fix resource bim tests after 1a4e467 operator prop was deprecated a long time ago in e2d4a3a --- src/blenderbim/test/bim/feature/resource.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/blenderbim/test/bim/feature/resource.feature b/src/blenderbim/test/bim/feature/resource.feature index e33db08c48..b9da2d6467 100644 --- a/src/blenderbim/test/bim/feature/resource.feature +++ b/src/blenderbim/test/bim/feature/resource.feature @@ -312,7 +312,7 @@ Scenario: Assign Resource And I set "scene.BIMRootProperties.ifc_class" to "IfcWall" And I press "bim.assign_class" And the object "IfcWall/Cube" is selected - And I press "bim.assign_resource(resource={labor_resource}, related_object="")" + And I press "bim.assign_resource(resource={labor_resource})" Then nothing happens Scenario: Unassign Resource @@ -328,7 +328,7 @@ Scenario: Unassign Resource And I set "scene.BIMRootProperties.ifc_class" to "IfcWall" And I press "bim.assign_class" And the object "IfcWall/Cube" is selected - And I press "bim.assign_resource(resource={labor_resource}, related_object="")" + And I press "bim.assign_resource(resource={labor_resource})" And the object "IfcWall/Cube" is selected - And I press "bim.unassign_resource(resource={labor_resource}, related_object="")" - Then nothing happens \ No newline at end of file + And I press "bim.unassign_resource(resource={labor_resource})" + Then nothing happens