test features

This commit is contained in:
Vukas Pajic
2022-07-21 08:20:25 +02:00
parent 1586c85314
commit fcab5d445f
4 changed files with 231 additions and 1 deletions
@@ -37,7 +37,7 @@ class Usecase:
**{
"GlobalId": ifcopenshell.guid.new(),
"OwnerHistory": ifcopenshell.api.run("owner.create_owner_history", self.file),
"RelatedObjects": [self.settings["product"]],
"RelatedObjects": self.settings["product"],
"RelatingGroup": self.settings["group"],
}
)