diff --git a/src/bonsai/test/tool/test_drawing.py b/src/bonsai/test/tool/test_drawing.py index 35d771aef3..1624945792 100644 --- a/src/bonsai/test/tool/test_drawing.py +++ b/src/bonsai/test/tool/test_drawing.py @@ -492,7 +492,7 @@ class TestGenerateSheetIdentification(NewFile): ifc = ifcopenshell.file() tool.Ifc.set(ifc) assert subject.generate_sheet_identification() == "A01" - document = ifc.createIfcDocumentInformation() + document = ifc.createIfcDocumentInformation(Scope="SHEET") assert subject.generate_sheet_identification() == "A02"