aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/idStore-migration-test.js
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-11-22 07:49:03 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-11-22 07:49:03 +0800
commit9123e70434fcd35dcb79a587e6d5c00734cb99e4 (patch)
tree0abefc76caf95f051fcaed3235fea1b8c81ae5ea /test/unit/idStore-migration-test.js
parent7cf6e372eb38a0ab2abd8256f6fc714855b63aef (diff)
downloadtangerine-wallet-browser-9123e70434fcd35dcb79a587e6d5c00734cb99e4.tar.gz
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.js2
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