Fix lint issues in fs.rename.spec.js

This commit is contained in:
David Humphrey 2018-07-27 10:34:21 -04:00
parent 1c7b40c895
commit cafff52c3a
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ describe('fs.rename', function() {
fs.stat('/myfile', function(error, result) {
expect(error).to.exist;
expect(result).not.to.exist;
complete1 = true;
maybeDone();
});