mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
fix test broken by 3e672ee
💚
This commit is contained in:
parent
108eda4450
commit
3c00ed29d0
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ test('Husum to Lübeck Hbf with stopover at Kiel Hbf', co(function* (t) {
|
|||
|
||||
const leg = journeys[0].legs.some((leg) => {
|
||||
return leg.stopovers && leg.stopovers.some((stopover) => {
|
||||
return stopover.station.id === kielHbf
|
||||
return stopover.stop.id === kielHbf
|
||||
})
|
||||
})
|
||||
t.ok(leg, 'Kiel Hbf is not being passed')
|
||||
|
|
Loading…
Add table
Reference in a new issue