Skip to content

Commit 4ec39ee

Browse files
committed
fix test: point hint got more strict, move closer to snapping target
1 parent 3912164 commit 4ec39ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-hc/src/test/java/com/graphhopper/api/GraphHopperMatrixIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void testPOSTMatrixQueryWithPointHints() {
9898
req = new GHMRequest();
9999
req.addPoint(new GHPoint(52.517004, 13.389416));
100100
req.addPoint(new GHPoint(52.485707, 13.435249));
101-
req.addPoint(new GHPoint(52.516848, 13.424606));
101+
req.addPoint(new GHPoint(52.516857, 13.423828));
102102
req.addOutArray("distances");
103103
req.setPointHints(Arrays.asList("", "", "ifflandstr"));
104104
res = ghMatrix.route(req);

0 commit comments

Comments
 (0)