aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2017-02-01 16:31:26 +0800
committerkumavis <aaron@kumavis.me>2017-02-01 16:31:26 +0800
commit1cb730144d6b1c05007323bbc31e4375373628fb (patch)
tree6179fd2b6ea1130561fff4b0ffa4bbd71fa0d854 /test
parentcd5d95260026333735f25a179c7018077e0da44e (diff)
downloadtangerine-wallet-browser-1cb730144d6b1c05007323bbc31e4375373628fb.tar
tangerine-wallet-browser-1cb730144d6b1c05007323bbc31e4375373628fb.tar.gz
tangerine-wallet-browser-1cb730144d6b1c05007323bbc31e4375373628fb.tar.bz2
tangerine-wallet-browser-1cb730144d6b1c05007323bbc31e4375373628fb.tar.lz
tangerine-wallet-browser-1cb730144d6b1c05007323bbc31e4375373628fb.tar.xz
tangerine-wallet-browser-1cb730144d6b1c05007323bbc31e4375373628fb.tar.zst
tangerine-wallet-browser-1cb730144d6b1c05007323bbc31e4375373628fb.zip
metamask - adopt isInitialized from keyring controller
Diffstat (limited to 'test')
-rw-r--r--test/unit/idStore-migration-test.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/unit/idStore-migration-test.js b/test/unit/idStore-migration-test.js
index 1537e88ec..81a99ef63 100644
--- a/test/unit/idStore-migration-test.js
+++ b/test/unit/idStore-migration-test.js
@@ -80,13 +80,4 @@ describe('IdentityStore to KeyringController migration', function() {
})
})
- describe('entering a password', function() {
- it('should identify an old wallet as an initialized keyring', function(done) {
- keyringController.configManager.setWallet('something')
- const state = keyringController.getState()
- assert(state.isInitialized, 'old vault counted as initialized.')
- assert(!state.lostAccounts, 'no lost accounts')
- done()
- })
- })
})