lint tests fix

This commit is contained in:
Thomas Nolte 2018-10-09 22:14:13 -04:00
commit 3c256124cf
1 changed files with 1 additions and 2 deletions

View File

@ -63,7 +63,6 @@ describe('fs.chown, fs.fchown', function() {
});
});
describe('fs.promises.chown', function(){
beforeEach(util.setup);
afterEach(util.setup);
@ -86,4 +85,4 @@ describe('fs.promises.chown', function(){
expect(stats.gid).to.equal(500);
});
});
});
});