From b3302ed679a037181b669a4ca4ec8ccbd9c73418 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 27 Mar 2024 11:39:56 +0500 Subject: [PATCH] Fix test in 1c1035e tag @brunoperdigao for information --- src/blenderbim/test/bim/feature/geometry.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blenderbim/test/bim/feature/geometry.feature b/src/blenderbim/test/bim/feature/geometry.feature index e7c8ef919e..f4a00fa4cf 100644 --- a/src/blenderbim/test/bim/feature/geometry.feature +++ b/src/blenderbim/test/bim/feature/geometry.feature @@ -559,8 +559,8 @@ Scenario: Duplicate linked aggregate When I duplicate linked aggregate the selected objects Then the object "IfcWall/Wall_01.001" exists And the object "IfcWall/Wall_02.001" exists - And the object "IfcElementAssembly/Assembly_02" exists - Then the object "IfcElementAssembly/Assembly" and "IfcElementAssembly/Assembly_02" belong to the same Linked Aggregate Group + And the object "IfcElementAssembly/Assembly_01" exists + Then the object "IfcElementAssembly/Assembly" and "IfcElementAssembly/Assembly_01" belong to the same Linked Aggregate Group Scenario: Refresh linked aggregate Given I load the IFC test file "/test/files/linked-aggregates.ifc"