Fix sheets related tests

This commit is contained in:
Andrej730
2025-06-24 18:31:13 +05:00
parent 845e034614
commit 47b077b555
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -724,7 +724,7 @@ class TestDrawingMaintainingSheetPosition(NewFile):
props = tool.Drawing.get_document_props()
bpy.ops.bim.create_project()
ifc = tool.Ifc.get()
sheet_path = Path.cwd() / "layouts" / "A00 - UNTITLED.svg"
sheet_path = Path.cwd() / "layouts" / "A01 - UNTITLED.svg"
bpy.ops.mesh.primitive_cube_add(size=10, location=(0, 0, 4))
obj = bpy.data.objects["Cube"]