From d713f04e878da702d7d09c4f316da5d73b607a53 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 13 Dec 2018 16:05:22 -0700 Subject: [PATCH] Fix size of tile test. --- test/nodejs/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nodejs/constants.js b/test/nodejs/constants.js index 04bf35ce3..c8543073a 100644 --- a/test/nodejs/constants.js +++ b/test/nodejs/constants.js @@ -10,7 +10,7 @@ exports.three_test_coordinates = [[7.41337, 43.72956], exports.two_test_coordinates = exports.three_test_coordinates.slice(0, 2) -exports.test_tile = {'at': [17059, 11948, 15], 'size': 151220}; +exports.test_tile = {'at': [17059, 11948, 15], 'size': 155092}; // Test files generated by the routing engine; check test/data if (process.env.OSRM_DATA_PATH !== undefined) {