fixed tests
This commit is contained in:
parent
a825929456
commit
a9416ce1cd
2 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ var FakeStorage = function(){
|
|||
this.storage = {};
|
||||
};
|
||||
|
||||
FakeStorage.prototype._setPassphrase = function (password) {
|
||||
this.storage.passphrase = password;
|
||||
};
|
||||
|
||||
FakeStorage.prototype.setGlobal = function (id, payload) {
|
||||
this.storage[id] = payload;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue