more tests
This commit is contained in:
parent
c3574ae57f
commit
ad22b24d83
4 changed files with 254 additions and 252 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue