mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
test_global_id_updated: fix expected message (a07f56db6)
This commit is contained in:
@@ -21,7 +21,7 @@ def test_global_id_updates():
|
|||||||
# Non-unique guid, succeeds but logs an error
|
# Non-unique guid, succeeds but logs an error
|
||||||
ifcopenshell.get_log()
|
ifcopenshell.get_log()
|
||||||
inst = f.createIfcWall(g3)
|
inst = f.createIfcWall(g3)
|
||||||
assert "Overwriting" in ifcopenshell.get_log()
|
assert "Duplicate guid" in ifcopenshell.get_log()
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user