clarify code comments

This commit is contained in:
Julius Tens 2018-03-16 14:34:37 +01:00
parent 429d0d1f0c
commit 803b4573c1
3 changed files with 3 additions and 3 deletions

View file

@ -220,7 +220,7 @@ test('Berlin Jungfernheide to ATZE Musiktheater', co(function* (t) {
test('journeys: via works with detour', co(function* (t) {
// Going from Westhafen to Wedding via Württembergalle without detour
// is currently impossible
// is currently impossible. We check if the routing engine computes a detour.
const westhafen = '008089116'
const wedding = '008089131'
const württembergallee = '731084'

View file

@ -260,7 +260,7 @@ test('Albertina to Salzburg Hbf', co(function* (t) {
test('journeys: via works with detour', co(function* (t) {
// Going from Stephansplatz to Schottenring via Donauinsel without detour
// is currently impossible
// is currently impossible. We check if the routing engine computes a detour.
const stephansplatz = '001390167'
const schottenring = '001390163'
const donauinsel = '001392277'

View file

@ -302,7 +302,7 @@ test('journeys  station to POI', co(function* (t) {
test('journeys: via works with detour', co(function* (t) {
// Going from Westhafen to Wedding via Württembergalle without detour
// is currently impossible
// is currently impossible. We check if the routing engine computes a detour.
const westhafen = '900000001201'
const wedding = '900000009104'
const württembergallee = '900000026153'