mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Fix TestGenerateSheetIdentification (b20997d)
This commit is contained in:
@@ -492,7 +492,7 @@ class TestGenerateSheetIdentification(NewFile):
|
|||||||
ifc = ifcopenshell.file()
|
ifc = ifcopenshell.file()
|
||||||
tool.Ifc.set(ifc)
|
tool.Ifc.set(ifc)
|
||||||
assert subject.generate_sheet_identification() == "A01"
|
assert subject.generate_sheet_identification() == "A01"
|
||||||
document = ifc.createIfcDocumentInformation()
|
document = ifc.createIfcDocumentInformation(Scope="SHEET")
|
||||||
assert subject.generate_sheet_identification() == "A02"
|
assert subject.generate_sheet_identification() == "A02"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user