aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/keyring-controller-test.js
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-11-23 09:55:22 +0800
committerGitHub <noreply@github.com>2016-11-23 09:55:22 +0800
commitec8b0148f0bf4114ab27d9bfe8ebca8a116e4b20 (patch)
tree5c2f426a63e22f4abc378a59bb86faba7e002877 /test/unit/keyring-controller-test.js
parent427a10308309e7d4792878ce997728a9a25cb39b (diff)
parent05c8658ff343af61b1a40a5624ecba77adb2ef00 (diff)
downloadtangerine-wallet-browser-ec8b0148f0bf4114ab27d9bfe8ebca8a116e4b20.tar.gz
tangerine-wallet-browser-ec8b0148f0bf4114ab27d9bfe8ebca8a116e4b20.tar.zst
tangerine-wallet-browser-ec8b0148f0bf4114ab27d9bfe8ebca8a116e4b20.zip
Merge pull request #879 from MetaMask/i843-MoveSaltIntoEncryptor
Fix new encryptor implementation
Diffstat (limited to 'test/unit/keyring-controller-test.js')
-rw-r--r--test/unit/keyring-controller-test.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/keyring-controller-test.js b/test/unit/keyring-controller-test.js
index a58043c7a..b20def02e 100644
--- a/test/unit/keyring-controller-test.js
+++ b/test/unit/keyring-controller-test.js
@@ -87,6 +87,7 @@ describe('KeyringController', function() {
keyringController.migrateOldVaultIfAny(password)
.then(() => {
assert(keyringController.configManager.getVault(), 'now has a vault')
+ assert(keyringController.password, 'has a password set')
done()
})
.catch((reason) => {