We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc06d35 + a438c72 commit d2a20a1Copy full SHA for d2a20a1
test/kvao/ttl.suite.js
@@ -21,7 +21,7 @@ module.exports = function(dataSourceFactory, connectorCapabilities) {
21
});
22
23
it('gets TTL when key with unexpired TTL exists - Callback API',
24
- function() {
+ function(done) {
25
CacheItem.set('a-key', 'a-value', {ttl: 1000}, function(err) {
26
if (err) return done(err);
27
CacheItem.ttl('a-key', function(err, ttl) {
0 commit comments