Skip to content

Commit ae84796

Browse files
committed
fix test
1 parent b962843 commit ae84796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/GraphHopperRoutingSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe("Simple Route", function () {
2626
var fastestDistance = json.paths[0].distance;
2727
// Shortest is not prepared with CH
2828
ghRouting.doRequest({
29-
points: [[13.207455, 52.303545], [13.28599, 52.314093]], "ch.disable": true,
29+
points: [[13.208442,52.290501], [13.283243,52.3153]], "ch.disable": true,
3030
"custom_model": {distance_influence: 500}
3131
})
3232
.then(function (json2) {

0 commit comments

Comments
 (0)