From d96c2f10d7f4ace8b57625c678672897e88f2366 Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Thu, 4 Jul 2019 18:18:11 +0300 Subject: [PATCH] [routing] Fixed integration tests. --- routing/routing_integration_tests/transit_route_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routing/routing_integration_tests/transit_route_test.cpp b/routing/routing_integration_tests/transit_route_test.cpp index 7fe54b878d..4994a8ca44 100644 --- a/routing/routing_integration_tests/transit_route_test.cpp +++ b/routing/routing_integration_tests/transit_route_test.cpp @@ -130,7 +130,7 @@ UNIT_TEST(London_DeptfordBridgeToCyprus) integration::CheckSubwayExistence(*routeResult.first); } -UNIT_TEST(Vashington_FoggyToShaw) +UNIT_TEST(Washington_FoggyToShaw) { TRouteResult routeResult = integration::CalculateRoute(integration::GetVehicleComponents(VehicleType::Transit), @@ -139,7 +139,7 @@ UNIT_TEST(Vashington_FoggyToShaw) TEST_EQUAL(routeResult.second, RouterResultCode::NoError, ()); - integration::TestRouteLength(*routeResult.first, 6318.54); + integration::TestRouteLength(*routeResult.first, 6180.54); CHECK(routeResult.first, ()); integration::CheckSubwayExistence(*routeResult.first);