fix demo library references after 7a7c89e

This commit is contained in:
Andrej730
2024-03-05 16:11:34 +05:00
parent 20cb6ab007
commit 1c052d1417
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ class TestSetObjectName(NewFile):
class TestReassignClass(NewFile):
def test_run(self):
bpy.context.scene.BIMProjectProperties.template_file = "IFC4 Demo Library.ifc"
bpy.context.scene.BIMProjectProperties.template_file = "IFC4 Demo Template.ifc"
bpy.ops.bim.create_project()
ifc_file = tool.Ifc.get()
context = bpy.context