austinyearlykim / wolf

:wolf: Binance trading bot for node.js
78 stars 27 forks source link

test fails because of ticker.. #30

Closed Orbitalz-eth closed 6 years ago

Orbitalz-eth commented 6 years ago

when I try to run the bot, it fails with this message:

2) Ticker should be able to execute array of callbacks:

  Uncaught AssertionError [ERR_ASSERTION]: false == true
  + expected - actual

  -false
  +true

  at Timeout.setTimeout [as _onTimeout] (test\ticker.js:49:21)

3) Ticker should be able access Ticker meta data: Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.

npm ERR! Test failed. See above for more details. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! wolf@3.3.0 start: npm test && node . npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the wolf@3.3.0 start script.

Orbitalz-eth commented 6 years ago

nevermind I fixed it. sorry

austinyearlykim commented 6 years ago

all good! thanks @BatmanPDX !