File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
openrouteservice-api-tests/src/test/java/org/heigit/ors/v2/services/routing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3762,7 +3762,7 @@ public void testUserRoadSpeed() {
3762
3762
.assertThat ()
3763
3763
.body ("any { it.key == 'routes' }" , is (true ))
3764
3764
.body ("routes[0].summary.distance" , is (3958.0f ))
3765
- .body ("routes[0].summary.duration" , is (624.9f ))
3765
+ .body ("routes[0].summary.duration" , is (625.7f ))
3766
3766
.statusCode (200 );
3767
3767
}
3768
3768
@@ -3856,7 +3856,7 @@ public void testUserSpeedUnit() {
3856
3856
.assertThat ()
3857
3857
.body ("any { it.key == 'routes' }" , is (true ))
3858
3858
.body ("routes[0].summary.distance" , is (3958.0f ))
3859
- .body ("routes[0].summary.duration" , is (624.9f ))
3859
+ .body ("routes[0].summary.duration" , is (625.7f ))
3860
3860
.statusCode (200 );
3861
3861
}
3862
3862
You can’t perform that action at this time.
0 commit comments