wallet and profile backup working on the UX
This commit is contained in:
parent
7a463c9a9d
commit
c9469b6da7
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ describe('Identity model', function() {
|
|||
profile.listWallets = sinon.stub().returns([]);
|
||||
profile.setLastOpenedTs = sinon.stub().yields(null);;
|
||||
profile.store = sinon.stub().yields(null);;
|
||||
profile.getName = sinon.stub().returns('profile name');;
|
||||
Identity._createProfile = sinon.stub().callsArgWith(3, null, profile);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue