diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-12-20 08:29:44 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-12-20 11:32:59 +0800 |
commit | 20d2204ce6a9e8dcd3269c588b2f4ce6ff93408b (patch) | |
tree | 5de7a5baa25e0e41708ccf366bfa7db486ee0d17 /test | |
parent | 7b9749e30c4f8228fe62c1ad81515117cf7504bc (diff) | |
download | tangerine-wallet-browser-20d2204ce6a9e8dcd3269c588b2f4ce6ff93408b.tar tangerine-wallet-browser-20d2204ce6a9e8dcd3269c588b2f4ce6ff93408b.tar.gz tangerine-wallet-browser-20d2204ce6a9e8dcd3269c588b2f4ce6ff93408b.tar.bz2 tangerine-wallet-browser-20d2204ce6a9e8dcd3269c588b2f4ce6ff93408b.tar.lz tangerine-wallet-browser-20d2204ce6a9e8dcd3269c588b2f4ce6ff93408b.tar.xz tangerine-wallet-browser-20d2204ce6a9e8dcd3269c588b2f4ce6ff93408b.tar.zst tangerine-wallet-browser-20d2204ce6a9e8dcd3269c588b2f4ce6ff93408b.zip |
Made changes according to feedback.
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/idStore-migration-test.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/idStore-migration-test.js b/test/unit/idStore-migration-test.js index 2ea5cc36f..66dd4683d 100644 --- a/test/unit/idStore-migration-test.js +++ b/test/unit/idStore-migration-test.js @@ -83,7 +83,6 @@ describe('IdentityStore to KeyringController migration', function() { keyringController.configManager.setWallet('something') const state = keyringController.getState() assert(state.isInitialized, 'old vault counted as initialized.') - console.dir(state) assert.equal(state.lostAccounts.length, 0, 'no lost accounts') }) }) |