diff --git a/p/oebb/index.js b/p/oebb/index.js index d7cf76eb..7d2ca5c3 100644 --- a/p/oebb/index.js +++ b/p/oebb/index.js @@ -78,6 +78,7 @@ const oebbProfile = { parseLocation, parseMovement: createParseMovement, + journeysNumF: false, trip: true, radar: true, reachableFrom: true diff --git a/test/oebb.js b/test/oebb.js index c90c948e..dbc71b23 100644 --- a/test/oebb.js +++ b/test/oebb.js @@ -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,