diff --git a/test/kvao/ttl.suite.js b/test/kvao/ttl.suite.js index 684d9f76..ea5e2231 100644 --- a/test/kvao/ttl.suite.js +++ b/test/kvao/ttl.suite.js @@ -21,7 +21,7 @@ module.exports = function(dataSourceFactory, connectorCapabilities) { }); it('gets TTL when key with unexpired TTL exists - Callback API', - function() { + function(done) { CacheItem.set('a-key', 'a-value', {ttl: 1000}, function(err) { if (err) return done(err); CacheItem.ttl('a-key', function(err, ttl) {