[Issue 734]
This commit is contained in:
parent
4887cc725f
commit
c515865fb3
|
@ -201,7 +201,7 @@ describe('fs.xattr', function() {
|
||||||
|
|
||||||
fs.removexattr('/testfile', 'testenoattr', function (error) {
|
fs.removexattr('/testfile', 'testenoattr', function (error) {
|
||||||
expect(error).to.exist;
|
expect(error).to.exist;
|
||||||
expect(error.code).to.equal('ENOATTR');gi
|
expect(error.code).to.equal('ENOATTR');
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue