diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-10-21 03:07:53 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-10-21 03:07:53 +0800 |
commit | 0deed1775237bc8d48eb41e83b5a661b55e4b6be (patch) | |
tree | d2453cb6ef09a0c76fc413d93d1a6cd7c008f117 /test/integration | |
parent | 383f8ea7dc4a264613cfe92b257878eb78438ce7 (diff) | |
download | tangerine-wallet-browser-0deed1775237bc8d48eb41e83b5a661b55e4b6be.tar.gz tangerine-wallet-browser-0deed1775237bc8d48eb41e83b5a661b55e4b6be.tar.zst tangerine-wallet-browser-0deed1775237bc8d48eb41e83b5a661b55e4b6be.zip |
Fix tests
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/lib/encryptor-test.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/lib/encryptor-test.js b/test/integration/lib/encryptor-test.js index 88ebed51b..1c8a7605a 100644 --- a/test/integration/lib/encryptor-test.js +++ b/test/integration/lib/encryptor-test.js @@ -39,6 +39,7 @@ QUnit.test('encryptor:encrypt & decrypt', function(assert) { }) .catch(function(reason) { assert.ifError(reason, 'threw an error') + done(reason) }) }) |