Skip to content

Commit

Permalink
remove check for last
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncalabrese committed Oct 10, 2016
1 parent bd1f7eb commit b89007f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ddata.test.js
Expand Up @@ -49,7 +49,6 @@ describe('ddata', function ( ) {
var pieces = ctx.ddata.splitRecent(time, cutoff, max);
should.exist(pieces);
should.exist(pieces.first);
should.exist(pieces.last);
should.exist(pieces.rest);

done( );
Expand Down

0 comments on commit b89007f

Please sign in to comment.