fix build 💚

This commit is contained in:
Jannis R 2017-12-16 03:22:36 +01:00
parent 595c745830
commit e03ad5bf3d
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -262,7 +262,7 @@ test('departures', co.wrap(function* (t) {
test('departures at 7-digit station', co.wrap(function* (t) { test('departures at 7-digit station', co.wrap(function* (t) {
const eisenach = '8010097' // see derhuerst/vbb-hafas#22 const eisenach = '8010097' // see derhuerst/vbb-hafas#22
await client.departures(eisenach, {when}) yield client.departures(eisenach, {when})
t.pass('did not fail') t.pass('did not fail')
t.end() t.end()