diff options
author | kumavis <aaron@kumavis.me> | 2017-02-01 16:31:26 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2017-02-01 16:31:26 +0800 |
commit | 1cb730144d6b1c05007323bbc31e4375373628fb (patch) | |
tree | 6179fd2b6ea1130561fff4b0ffa4bbd71fa0d854 /test | |
parent | cd5d95260026333735f25a179c7018077e0da44e (diff) | |
download | tangerine-wallet-browser-1cb730144d6b1c05007323bbc31e4375373628fb.tar.gz 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.js | 9 |
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() - }) - }) }) |