From 9a204f62843cb449bedfb9744b73eaaa2bfa55db Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 26 Jul 2020 15:57:07 +0200 Subject: [PATCH] test: make road really cross the boundary --- test/bdd/db/import/addressing.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bdd/db/import/addressing.feature b/test/bdd/db/import/addressing.feature index 83dc4774..f4297f30 100644 --- a/test/bdd/db/import/addressing.feature +++ b/test/bdd/db/import/addressing.feature @@ -6,7 +6,7 @@ Feature: Address computation Scenario: Roads crossing boundaries should contain both states Given the grid | 1 | | | 2 | | 3 | - | | 7 | | 8 | | | + | | 7 | | | 8 | | | 4 | | | 5 | | 6 | And the named places | osm | class | type | geometry | -- 2.39.5