> thumbsupply@0.3.1 test /home/kevin/Desktop/thumbsupply
> mocha
thumbsupply
#generateThumbnail()
✓ should be creating the thumbnail (300ms)
1) should be creating the thumbnail as specified
#lookupThumbnail()
✓ should lookup and fetch the thumbnail
✓ should not lookup and fetch the expired thumbnail
3 passing (711ms)
1 failing
1) thumbsupply
#generateThumbnail()
should be creating the thumbnail as specified:
AssertionError [ERR_ASSERTION]: 136 == 135
+ expected - actual
-136
+135
at testResolution (test/test.js:16:16)
at thumbsupply.generateThumbnail.then.thumbnail (test/test.js:49:21)
at process.internalTickCallback (internal/process/next_tick.js:77:7)
npm ERR! Test failed. See above for more details.
It looks like maybe the assertion value is simply wrong?
It looks like maybe the assertion value is simply wrong?