Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Apr 13, 2024
1 parent 5355e0a commit 34c8f3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/cache.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ describe('cache', () => {
cache.should.be.an('object').with.property('options');
cache.options.should.have.property('stdTTL', 0);
cache.options.should.have.property('checkperiod', 600);
cache.options.should.have.property('errorOnMissing', false);
cache.options.should.have.property('useClones', true);
cache.options.should.have.property('deleteOnExpire', true);
});
Expand Down

0 comments on commit 34c8f3d

Please sign in to comment.