From e884b1d1f446e19eb65f0d3445452cb2d0bb0aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Ignacio=20S=C3=A1nchez=20Lara?= Date: Thu, 28 Jun 2018 13:11:28 +0200 Subject: [PATCH] Fixture fix --- 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 5f8ce60..6634627 100644 --- a/test/integration/test_street_functions.py +++ b/test/integration/test_street_functions.py @@ -57,7 +57,7 @@ class TestBulkStreetFunctions(TestStreetFunctionsSetUp): assert_equal(response['total_rows'], 2) row_by_cartodb_id = self._row_by_cartodb_id(response) - self._assert_x_y(row_by_cartodb_id[1], -3.7074009, 40.415511) + self._assert_x_y(row_by_cartodb_id[1], -4.728252, 41.6517025); self._assert_x_y(row_by_cartodb_id[2], -4.7404453, 41.6314339) def test_empty_columns(self):