diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-11-22 07:49:03 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-11-22 07:49:03 +0800 |
commit | 9123e70434fcd35dcb79a587e6d5c00734cb99e4 (patch) | |
tree | 0abefc76caf95f051fcaed3235fea1b8c81ae5ea /test/unit/idStore-migration-test.js | |
parent | 7cf6e372eb38a0ab2abd8256f6fc714855b63aef (diff) | |
download | tangerine-wallet-browser-9123e70434fcd35dcb79a587e6d5c00734cb99e4.tar tangerine-wallet-browser-9123e70434fcd35dcb79a587e6d5c00734cb99e4.tar.gz tangerine-wallet-browser-9123e70434fcd35dcb79a587e6d5c00734cb99e4.tar.bz2 tangerine-wallet-browser-9123e70434fcd35dcb79a587e6d5c00734cb99e4.tar.lz tangerine-wallet-browser-9123e70434fcd35dcb79a587e6d5c00734cb99e4.tar.xz tangerine-wallet-browser-9123e70434fcd35dcb79a587e6d5c00734cb99e4.tar.zst tangerine-wallet-browser-9123e70434fcd35dcb79a587e6d5c00734cb99e4.zip |
Remove entropy from encryption and project.
Diffstat (limited to 'test/unit/idStore-migration-test.js')
-rw-r--r-- | test/unit/idStore-migration-test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/idStore-migration-test.js b/test/unit/idStore-migration-test.js index 59801c868..ac8e23d22 100644 --- a/test/unit/idStore-migration-test.js +++ b/test/unit/idStore-migration-test.js @@ -52,7 +52,7 @@ describe('IdentityStore to KeyringController migration', function() { }, }) - idStore._createVault(password, mockVault.seed, null, (err) => { + idStore._createVault(password, mockVault.seed, (err) => { assert.ifError(err, 'createNewVault threw error') originalKeystore = idStore._idmgmt.keyStore |