Skip to content

Commit f2a9d91

Browse files
committed
fix client tests for bike matrix
1 parent 0cca5b4 commit f2a9d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void testBikeMatrix() {
5656
req.addOutArray("times");
5757

5858
MatrixResponse res = ghMatrix.route(req);
59-
assertEquals(2350, res.getTime(1, 2) / 1000, 50);
59+
assertEquals(2495, res.getTime(1, 2) / 1000, 50);
6060
}
6161

6262
@Test

0 commit comments

Comments
 (0)