From c515865fb3fc4725b8330e0573360a5b97221c74 Mon Sep 17 00:00:00 2001 From: Aqeel Parpia Date: Fri, 8 Feb 2019 05:46:54 -0500 Subject: [PATCH] [Issue 734] --- tests/spec/fs.xattr.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spec/fs.xattr.spec.js b/tests/spec/fs.xattr.spec.js index 509d71d..0bdbc87 100644 --- a/tests/spec/fs.xattr.spec.js +++ b/tests/spec/fs.xattr.spec.js @@ -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(); }); });