diff options
lint fix
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/app/nodeify-test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/app/nodeify-test.js b/test/unit/app/nodeify-test.js index 0dafc6653..fa5e49fb2 100644 --- a/test/unit/app/nodeify-test.js +++ b/test/unit/app/nodeify-test.js @@ -42,7 +42,7 @@ describe('nodeify', function () { try { nodified('baz') } catch (err) { - done(new Error('should not have thrown an error synchronously')) + done(new Error('should not have thrown an error synchronously')) } }) |