revert to setPassphrase
This commit is contained in:
parent
56a7a7b5c5
commit
9bfc0dd193
7 changed files with 29 additions and 29 deletions
|
|
@ -21,7 +21,7 @@ describe('WalletLock model', function() {
|
|||
|
||||
beforeEach(function() {
|
||||
storage = new Storage(require('./mocks/FakeLocalStorage').storageParams);
|
||||
storage.setPassword('mysupercoolpassword');
|
||||
storage.setPassphrase('mysupercoolpassword');
|
||||
storage.storage.clear();
|
||||
storage.sessionStorage.clear();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue