test_global_id_updated: fix expected message (a07f56db6)

This commit is contained in:
Andrej730
2026-07-22 17:25:29 +05:00
parent 1bc5134578
commit 5786d1e4bd
@@ -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__":