mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Refine a lostAccount test
This commit is contained in:
parent
11c1004a41
commit
afcad53ef9
@ -83,7 +83,7 @@ describe('IdentityStore to KeyringController migration', function() {
|
||||
keyringController.configManager.setWallet('something')
|
||||
const state = keyringController.getState()
|
||||
assert(state.isInitialized, 'old vault counted as initialized.')
|
||||
assert.equal(state.lostAccounts.length, 0, 'no lost accounts')
|
||||
assert(!state.lostAccounts, 'no lost accounts')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user