Skip to content

Commit 8bc9dbc

Browse files
committed
fix integr. tests failures
1 parent 9e05cf3 commit 8bc9dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public void testRetrieveOnlyStreetname() {
174174
GHResponse res = gh.route(req);
175175
List<String> given = extractInstructionNames(res.getBest(), 5);
176176
assertEquals(Arrays.asList(
177-
"Continue", "Keep left", "Turn right onto B 246", "Turn sharp right onto Dorfaue, K 6156", "Turn right onto B 96"
177+
"Continue", "Keep left", "Turn right onto B 246", "Turn right onto Dorfaue, K 6156", "Turn right onto B 96"
178178
), given);
179179

180180
req.getHints().put("turn_description", false);

0 commit comments

Comments
 (0)