juliuste / bilkom

Client for the polish Bilkom (PKP) railway API.
ISC License
28 stars 2 forks source link

fix typo #14

Closed matkoniecz closed 6 years ago

matkoniecz commented 6 years ago

or maybe format of returned data was changed

matkoniecz commented 6 years ago
not ok 6602 should be truthy
  ---
    operator: ok
    expected: true
    actual:   false
    at: Test.tape (/home/travis/build/juliuste/bilkom/test.js:101:5)
    stack: |-
      Error: should be truthy
          at Test.assert [as _assert] (/home/travis/build/juliuste/bilkom/node_modules/tape/lib/test.js:224:54)
          at Test.bound [as _assert] (/home/travis/build/juliuste/bilkom/node_modules/tape/lib/test.js:76:32)
          at Test.assert (/home/travis/build/juliuste/bilkom/node_modules/tape/lib/test.js:342:10)
          at Test.bound [as ok] (/home/travis/build/juliuste/bilkom/node_modules/tape/lib/test.js:76:32)
          at Test.tape (/home/travis/build/juliuste/bilkom/test.js:101:5)
          at <anonymous>
          at process._tickCallback (internal/process/next_tick.js:189:7)
  ...

is failing, what should not be caused by this PR

matkoniecz commented 6 years ago

Curiously, tests pass on my own computer.

matkoniecz commented 6 years ago

Maybe failing tests are related to #10 and #11?