mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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')
|
keyringController.configManager.setWallet('something')
|
||||||
const state = keyringController.getState()
|
const state = keyringController.getState()
|
||||||
assert(state.isInitialized, 'old vault counted as initialized.')
|
assert(state.isInitialized, 'old vault counted as initialized.')
|
||||||
assert.equal(state.lostAccounts.length, 0, 'no lost accounts')
|
assert(!state.lostAccounts, 'no lost accounts')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user