mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
ÖBB journeys: fix opt.results 🐛
This commit is contained in:
parent
8566bcc85f
commit
fcc2a23fc1
2 changed files with 2 additions and 1 deletions
|
@ -78,6 +78,7 @@ const oebbProfile = {
|
|||
parseLocation,
|
||||
parseMovement: createParseMovement,
|
||||
|
||||
journeysNumF: false,
|
||||
trip: true,
|
||||
radar: true,
|
||||
reachableFrom: true
|
||||
|
|
|
@ -66,7 +66,7 @@ const wienRenngasse = '1390186'
|
|||
const wienKarlsplatz = '1390461'
|
||||
const wienPilgramgasse = '1390562'
|
||||
|
||||
test.skip('journeys – Salzburg Hbf to Wien Westbahnhof', async (t) => {
|
||||
test('journeys – Salzburg Hbf to Wien Westbahnhof', async (t) => {
|
||||
const res = await client.journeys(salzburgHbf, wienFickeystr, {
|
||||
results: 4,
|
||||
departure: when,
|
||||
|
|
Loading…
Add table
Reference in a new issue