more tests

This commit is contained in:
Matias Alejo Garcia 2014-09-14 13:52:43 -03:00
commit ad22b24d83
4 changed files with 254 additions and 252 deletions

View file

@ -7,7 +7,7 @@ FakeStorage.prototype.reset = function(password) {
this.storage = {};
};
FakeStorage.prototype._setPassphrase = function(password) {
FakeStorage.prototype.setPassphrase = function(password) {
this.storage.passphrase = password;
};

File diff suppressed because one or more lines are too long