rename setPassphrase

This commit is contained in:
Matias Alejo Garcia 2014-09-18 16:15:23 -03:00
commit 56a7a7b5c5
7 changed files with 29 additions and 29 deletions

View file

@ -21,7 +21,7 @@ describe('WalletLock model', function() {
beforeEach(function() {
storage = new Storage(require('./mocks/FakeLocalStorage').storageParams);
storage.setPassphrase('mysupercoolpassword');
storage.setPassword('mysupercoolpassword');
storage.storage.clear();
storage.sessionStorage.clear();
});