Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Dec 17, 2024
1 parent b962843 commit ae84796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/GraphHopperRoutingSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("Simple Route", function () {
var fastestDistance = json.paths[0].distance;
// Shortest is not prepared with CH
ghRouting.doRequest({
points: [[13.207455, 52.303545], [13.28599, 52.314093]], "ch.disable": true,
points: [[13.208442,52.290501], [13.283243,52.3153]], "ch.disable": true,
"custom_model": {distance_influence: 500}
})
.then(function (json2) {
Expand Down

0 comments on commit ae84796

Please sign in to comment.