From 17a061f917ca9bb68da9f153d03c7f16449fef66 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 31 Jul 2024 17:29:51 +0500 Subject: [PATCH] fix bim test after e6ac012 when Types collection was renamed to IfcTypeProduct --- src/blenderbim/test/bim/feature/root.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blenderbim/test/bim/feature/root.feature b/src/blenderbim/test/bim/feature/root.feature index 243902511e..ee26ac39ed 100644 --- a/src/blenderbim/test/bim/feature/root.feature +++ b/src/blenderbim/test/bim/feature/root.feature @@ -64,7 +64,7 @@ Scenario: Assign a type class to a cube And I set "scene.BIMRootProperties.ifc_class" to "IfcWallType" And I press "bim.assign_class" Then the object "IfcWallType/Cube" is an "IfcWallType" - And the object "IfcWallType/Cube" is in the collection "Types" + And the object "IfcWallType/Cube" is in the collection "IfcTypeProduct" And the object "IfcWallType/Cube" has a "Tessellation" representation of "Model/Body/MODEL_VIEW" Scenario: Assign a spatial class to a cube