[Issue 734]

This commit is contained in:
Aqeel Parpia 2019-02-08 05:46:54 -05:00
parent 4887cc725f
commit c515865fb3
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ describe('fs.xattr', function() {
fs.removexattr('/testfile', 'testenoattr', function (error) {
expect(error).to.exist;
expect(error.code).to.equal('ENOATTR');gi
expect(error.code).to.equal('ENOATTR');
done();
});
});