From 8473be69d2ed5805990f9b2855309f27b7f97e24 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Fri, 20 Jul 2018 15:24:13 +0000 Subject: [PATCH] Adjust text cases for flightly different matching due to rounding --- features/testbot/matching.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/testbot/matching.feature b/features/testbot/matching.feature index 599afcb1d..3f3398443 100644 --- a/features/testbot/matching.feature +++ b/features/testbot/matching.feature @@ -792,4 +792,4 @@ Feature: Basic Map Matching When I match I should get | trace | geometry | a:distance | a:duration | a:weight | duration | | 2345 | 1.00018,1,1.000315,1 | 15.013264 | 1.5 | 1.5 | 1.5 | - | 4321 | 1.00027,1,1.000135,1 | 15.013264 | 1.5 | 1.5 | 1.5 | \ No newline at end of file + | 4321 | 1.00027,1,1.000135,1 | 15.013264 | 1.5 | 1.5 | 1.5 |