adapt tests to latest data ✅
This commit is contained in:
parent
cea4439e11
commit
779e67886b
1 changed files with 1 additions and 1 deletions
|
@ -105,6 +105,6 @@ tape.test('/stations?query=frankfurt%20ha works', async (t) => {
|
||||||
for await (const station of parser) stations.push(station)
|
for await (const station of parser) stations.push(station)
|
||||||
|
|
||||||
t.ok(stations.find(s => s.id === FRANKFURT_MAIN_HBF))
|
t.ok(stations.find(s => s.id === FRANKFURT_MAIN_HBF))
|
||||||
t.ok(Object.keys(stations).length > 0)
|
t.ok(stations.length > 0)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue