diff --git a/features/testbot/matching.feature b/features/testbot/matching.feature index 3c3dbdf2b..b87cb6407 100644 --- a/features/testbot/matching.feature +++ b/features/testbot/matching.feature @@ -9,7 +9,7 @@ Feature: Basic Map Matching | geometries | geojson | Scenario: Testbot - Map matching with outlier that has no candidate - Given a grid size of 10 meters + Given a grid size of 100 meters Given the node map | a | b | c | d | | | | | | @@ -23,7 +23,7 @@ Feature: Basic Map Matching When I match I should get | trace | timestamps | matchings | - | ab1d | 0 1 2 3 | abcd | + | ab1d | 0 1 2 3 | ad | Scenario: Testbot - Map matching with trace splitting Given the node map @@ -169,8 +169,8 @@ Feature: Basic Map Matching | geometries | geojson | Given the node map - | a | b | c | - | | d | | + | a | | b | | c | + | | | d | | | And the ways | nodes | oneway |