Fix TestGenerateSheetIdentification (b20997d)

This commit is contained in:
Andrej730
2025-06-24 13:53:18 +05:00
parent 4a69df1f6b
commit 097e03d6f5
+1 -1
View File
@@ -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"