Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/revert-turn-instruction-merging'…
Browse files Browse the repository at this point in the history
… into revert-turn-instruction-merging
  • Loading branch information
marq24 committed Jun 5, 2018
2 parents 73d81a5 + ddb1fd8 commit b3e68fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ public void testSteps() {
.body("routes[0].segments[0].containsKey('steps')", is(true))
.body("routes[0].segments[1].containsKey('steps')", is(true))
.body("routes[0].segments[0].steps.size()", is(55))
.body("routes[0].segments[1].steps.size()", is(31))
.body("routes[0].segments[1].steps.size()", is(33))
.statusCode(200);
}

Expand All @@ -588,7 +588,7 @@ public void testStepsDetails() {
.body("routes[0].segments[0].containsKey('steps')", is(true))
.body("routes[0].segments[1].containsKey('steps')", is(true))
.body("routes[0].segments[0].steps.size()", is(55))
.body("routes[0].segments[1].steps.size()", is(31))
.body("routes[0].segments[1].steps.size()", is(33))
.body("routes[0].segments[0].steps[0].distance", is(511.4f))
.body("routes[0].segments[0].steps[0].duration", is(230.1f))
.body("routes[0].segments[0].steps[0].type", is(11))
Expand Down

0 comments on commit b3e68fa

Please sign in to comment.