You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running the tests locally, I received the following errors:
2 failing
1) API Loodle GET /loodle/:id should send the loodle data:
AssertionError: '2016-02-10T17:10:00.000Z' == '2016-02-10T16:10:00.000Z'
+ expected - actual
-2016-02-10T17:10:00.000Z
+2016-02-10T16:10:00.000Z
at Test.<anonymous> (test/loodle.api.test.js:1519:32)
at Test.assert (node_modules/supertest/lib/test.js:156:6)
at assert (node_modules/supertest/lib/test.js:127:12)
at node_modules/supertest/lib/test.js:124:5
at Test.Request.callback (node_modules/superagent/lib/node/index.js:691:12)
at IncomingMessage.<anonymous> (node_modules/superagent/lib/node/index.js:922:12)
at endReadableNT (_stream_readable.js:974:12)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
2) Loodle get should send the loodle data:
AssertionError: 2016-02-10T17:10:00.000Z == 'Wed Feb 10 2016 17:10:00 GMT+0100 (CET)'
at test/loodle.test.js:1274:13
at app/controllers/loodle.js:959:10
at node_modules/async/lib/async.js:726:13
at node_modules/async/lib/async.js:52:16
at node_modules/async/lib/async.js:269:32
at node_modules/async/lib/async.js:44:16
<snip>
I think this is probably due to different date and time settings and locale - I'm on GMT and en-gb.
The text was updated successfully, but these errors were encountered:
Hello,
when running the tests locally, I received the following errors:
I think this is probably due to different date and time settings and locale - I'm on GMT and en-gb.
The text was updated successfully, but these errors were encountered: