SNCB: re-enable reachableFrom

This commit is contained in:
Jannis R 2022-11-09 21:22:49 +01:00
parent 7b914ae939
commit 16671b6dc5
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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,