Fix tests with elevation data

This commit is contained in:
Manuel Fuhr 2023-05-22 13:52:25 +02:00
parent 1b45d203f0
commit d508337d7e
2 changed files with 57 additions and 66 deletions

View file

@ -91,7 +91,7 @@ public class RouteServerTest {
InputStream inputStream = httpConnection.getInputStream();
JSONObject geoJson = new JSONObject(new String(inputStream.readAllBytes(), StandardCharsets.UTF_8));
Assert.assertEquals("1866", geoJson.query("/features/0/properties/track-length"));
Assert.assertEquals("1570", geoJson.query("/features/0/properties/track-length"));
}
@Test