From ca52e86fc91a3cbfbbb424e4c9ea526adff7041f Mon Sep 17 00:00:00 2001 From: Kajari Ghosh Date: Wed, 5 Sep 2018 13:58:45 -0400 Subject: [PATCH] Revert "Adjust text cases for flightly different matching due to rounding" This reverts commit 8473be69d2ed5805990f9b2855309f27b7f97e24. --- 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 3f3398443..599afcb1d 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 | + | 4321 | 1.00027,1,1.000135,1 | 15.013264 | 1.5 | 1.5 | 1.5 | \ No newline at end of file