From 9c90c539f83551de2645522c22ccbd0c75d34be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Ignacio=20S=C3=A1nchez=20Lara?= Date: Wed, 27 Jun 2018 11:09:32 +0200 Subject: [PATCH] Fix Mapbox routing fixture shape --- server/lib/python/cartodb_services/test/test_mapboxrouting.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/lib/python/cartodb_services/test/test_mapboxrouting.py b/server/lib/python/cartodb_services/test/test_mapboxrouting.py index 2871ab8..160b2a5 100644 --- a/server/lib/python/cartodb_services/test/test_mapboxrouting.py +++ b/server/lib/python/cartodb_services/test/test_mapboxrouting.py @@ -25,7 +25,8 @@ WELL_KNOWN_SHAPE = [(40.73312, -73.98891), (40.73353, -73.98987), (40.73186, -73.99664), (40.73147, -73.99693), (40.73141, -73.99698), (40.73147, -73.99707), (40.73219, -73.99856), (40.73222, -73.99861), - (40.73293, -74.00007), (40.733, -74.00001)] + (40.73225, -73.99868), (40.73293, -74.00007), + (40.733, -74.00001)] WELL_KNOWN_LENGTH = 1317.9