aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2019-03-29 12:51:54 +0800
committerkumavis <aaron@kumavis.me>2019-03-29 12:51:54 +0800
commit02585c0bd023b379778fb850e53eecb9c45e5509 (patch)
tree20685ba5228b944e66d8ac3cd5799cc449755440 /test/unit
parentedec6cb81d24dbe07aba53c772ff762da92399d1 (diff)
downloadtangerine-wallet-browser-02585c0bd023b379778fb850e53eecb9c45e5509.tar.gz
tangerine-wallet-browser-02585c0bd023b379778fb850e53eecb9c45e5509.tar.zst
tangerine-wallet-browser-02585c0bd023b379778fb850e53eecb9c45e5509.zip
lint fix
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/app/nodeify-test.js2
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'))
}
})