mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +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
|
||||
ifcopenshell.get_log()
|
||||
inst = f.createIfcWall(g3)
|
||||
assert "Overwriting" in ifcopenshell.get_log()
|
||||
assert "Duplicate guid" in ifcopenshell.get_log()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user