Skip to content

Commit

Permalink
Update nodejs tile test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjjbell committed Mar 24, 2024
1 parent d91af12 commit 1ab2aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nodejs/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1ab2aa8

Please sign in to comment.