mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
fix build 💚
This commit is contained in:
parent
595c745830
commit
e03ad5bf3d
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ test('departures', co.wrap(function* (t) {
|
|||
|
||||
test('departures at 7-digit station', co.wrap(function* (t) {
|
||||
const eisenach = '8010097' // see derhuerst/vbb-hafas#22
|
||||
await client.departures(eisenach, {when})
|
||||
yield client.departures(eisenach, {when})
|
||||
t.pass('did not fail')
|
||||
|
||||
t.end()
|
||||
|
|
Loading…
Add table
Reference in a new issue