Add missing done param

This commit is contained in:
Kevin Sawicki 2016-03-07 15:30:33 -08:00
parent 4b65610d40
commit 4b6639c9fd

View file

@ -385,7 +385,7 @@ describe('asar package', function() {
});
});
it('returns real path of an unpacked file', function() {
it('returns real path of an unpacked file', function(done) {
var parent = fs.realpathSync(path.join(fixtures, 'asar'));
var p = path.join('unpack.asar', 'a.txt');
fs.realpath(path.join(parent, p), function(err, r) {