Refine a lostAccount test

feature/default_network_editable
Dan Finlay 8 years ago
parent 11c1004a41
commit afcad53ef9
  1. 2
      test/unit/idStore-migration-test.js

@ -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…
Cancel
Save