lint tests fix
This commit is contained in:
commit
3c256124cf
|
@ -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);
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue