austinyearlykim/wolf

test fails because of ticker..

Closed this issue · 2 comments

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

  1. 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)

  2. 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.

nevermind I fixed it. sorry

all good! thanks @BatmanPDX !