Fix vault migration unit test

feature/default_network_editable
Dan Finlay 8 years ago
parent 607a474c3f
commit 358440384c
  1. 2
      test/unit/keyring-controller-test.js

@ -86,7 +86,7 @@ describe('KeyringController', function() {
it('should return and init a new vault', function(done) {
keyringController.migrateOldVaultIfAny(password)
.then(() => {
assert(Boolean(localStorage['vault']))
assert(keyringController.configManager.getVault(), 'now has a vault')
done()
})
.catch((reason) => {

Loading…
Cancel
Save