From 1ab2aa88f3cd3d54b79f0f55e3a9f94a2425b17b Mon Sep 17 00:00:00 2001 From: Michael Bell Date: Sun, 24 Mar 2024 20:13:23 +0000 Subject: [PATCH] Update nodejs 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 72b93da30dc..e56742e0c30 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': 156539}; +exports.test_tile = {'at': [17059, 11948, 15], 'size': 159125}; // Test files generated by the routing engine; check test/data if (process.env.OSRM_DATA_PATH !== undefined) {