Fix test case

This commit is contained in:
Thomas Krijnen
2022-11-20 14:38:17 +01:00
committed by GitHub
parent 83528ba80a
commit 9a840174d2
@@ -41,7 +41,7 @@ class Usecase:
aggregate = ifcopenshell.util.element.get_aggregate(self.settings["product"])
if aggregate:
ifcopenshell.api.run(
"aggregate.unassign_object", self.file, relating_object=aggregate, product=self.settings["product"]
"aggregate.unassign_object", self.file, product=self.settings["product"]
)
if contained_in_structure: