From 02585c0bd023b379778fb850e53eecb9c45e5509 Mon Sep 17 00:00:00 2001 From: kumavis Date: Fri, 29 Mar 2019 12:51:54 +0800 Subject: lint fix --- test/unit/app/nodeify-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/app') 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')) } }) -- cgit