X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/67cfad6a2c3300783695e7cd9f6f4191d5630e5b..dddfa3a075f11145432b69ec053f8145dce9612b:/test/bdd/steps/steps_db_ops.py diff --git a/test/bdd/steps/steps_db_ops.py b/test/bdd/steps/steps_db_ops.py index 8fd918f8..2f598f3d 100644 --- a/test/bdd/steps/steps_db_ops.py +++ b/test/bdd/steps/steps_db_ops.py @@ -370,6 +370,6 @@ def check_location_property_osmline(context, oid, neg): DBRow(oid, res, context).assert_row(row, ('start', 'end')) - assert not todo + assert not todo, f"Unmatched lines in table: {list(context.table[i] for i in todo)}"