Make sure done() is called within the callback

This commit is contained in:
Raymond Feng 2015-07-21 08:07:09 -07:00
parent b9e32bf811
commit c969e48d0c
1 changed files with 1 additions and 1 deletions

View File

@ -251,9 +251,9 @@ module.exports = function(dataSource, should) {
name: 'a name',
extra: 'hook data'
});
done();
});
done();
});
});