This commit is contained in:
Andrej730
2024-09-02 17:01:32 +05:00
parent 11068fe338
commit ae75acb0b9
+1 -1
View File
@@ -164,7 +164,7 @@ class TestGetDecomposedElements(NewFile):
site = ifc.createIfcSite()
wall = ifc.createIfcWall()
ifcopenshell.api.run("spatial.assign_container", ifc, products=[wall], relating_structure=site)
assert subject.get_decomposed_elements(site) == [wall]
assert subject.get_decomposed_elements(site) == {wall}
class TestGetObjectMatrix(NewFile):