mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
SNCB: re-enable reachableFrom ✅
This commit is contained in:
parent
7b914ae939
commit
16671b6dc5
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ const profile = {
|
|||
trip: true,
|
||||
refreshJourney: true,
|
||||
radar: true,
|
||||
reachableFrom: false, // todo: fails with `H9240` "HAFAS Kernel: Internal error."
|
||||
reachableFrom: true,
|
||||
}
|
||||
|
||||
export {
|
||||
|
|
|
@ -98,7 +98,7 @@ tap.test('radar', async (t) => {
|
|||
t.end()
|
||||
})
|
||||
|
||||
tap.skip('reachableFrom', async (t) => {
|
||||
tap.test('reachableFrom', async (t) => {
|
||||
await testReachableFrom({
|
||||
test: t,
|
||||
reachableFrom: client.reachableFrom,
|
||||
|
|
Loading…
Add table
Reference in a new issue