From faf9b7237b4936be14dec6435db88c92b9340c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Ignacio=20S=C3=A1nchez=20Lara?= Date: Mon, 23 Jul 2018 17:36:06 +0200 Subject: [PATCH] Adjustments on street level fixtures --- test/integration/test_street_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/test_street_functions.py b/test/integration/test_street_functions.py index a36cb18..b7557c9 100644 --- a/test/integration/test_street_functions.py +++ b/test/integration/test_street_functions.py @@ -26,7 +26,7 @@ class TestStreetFunctionsSetUp(TestCase): } HERE_POINTS = { - 'Plaza Mayor 1, Valladolid': [-4.72979, 41.65258], + 'Plaza Mayor 1, Valladolid': [-4.729, 41.65258], 'Paseo Zorrilla, Valladolid': [-4.73869, 41.63817], '1900 amphitheatre parkway': [-122.0879468, 37.4234763], '1901 amphitheatre parkway': [-122.0879253, 37.4238725],