From 19948c378af897a6feed1faeb0e8c13f8e39c828 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 30 Mar 2020 23:04:20 +0200 Subject: [PATCH] adapt tests to new borough ranking --- test/bdd/db/import/placex.feature | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/bdd/db/import/placex.feature b/test/bdd/db/import/placex.feature index b04a971f..c9583c83 100644 --- a/test/bdd/db/import/placex.feature +++ b/test/bdd/db/import/placex.feature @@ -143,7 +143,6 @@ Feature: Import into placex | N22 | place | hamlet | | N23 | place | municipality | | N24 | place | district | - | N25 | place | unincorporated_area | | N26 | place | borough | | N27 | place | suburb | | N28 | place | croft | @@ -178,8 +177,7 @@ Feature: Import into placex | N22 | 20 | 20 | | N23 | 19 | 16 | | N24 | 19 | 16 | - | N25 | 19 | 16 | - | N26 | 19 | 16 | + | N26 | 19 | 18 | | N27 | 20 | 20 | | N28 | 20 | 20 | | N29 | 20 | 20 | -- 2.39.5