mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 10:34:31 +00:00
Fix test after 521b0ab58d
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user