From 71a689f51829f1ea9002da3195c982fb7e9269a7 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Sat, 9 Jun 2018 11:24:02 +0300 Subject: [PATCH] Fixing routing integration tests. --- routing/routing_integration_tests/pedestrian_route_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/routing_integration_tests/pedestrian_route_test.cpp b/routing/routing_integration_tests/pedestrian_route_test.cpp index 29fabeda1e..fdc8278882 100644 --- a/routing/routing_integration_tests/pedestrian_route_test.cpp +++ b/routing/routing_integration_tests/pedestrian_route_test.cpp @@ -201,7 +201,7 @@ UNIT_TEST(RussiaTaganrogSyzranov10k3ToTruseE) integration::CalculateRouteAndTestRouteLength( integration::GetVehicleComponents(), MercatorBounds::FromLatLon(47.2183, 38.8634), {0., 0.}, - MercatorBounds::FromLatLon(47.2048, 38.9441), 7463.); + MercatorBounds::FromLatLon(47.2048, 38.9441), 7994.0); } UNIT_TEST(RussiaTaganrogSyzranov10k3ToLazo5k2)