mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Fix TestGenerateSheetIdentification (b20997d)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user