diff --git a/test/Identity.js b/test/Identity.js index 45f1ec141..a63a9fedb 100644 --- a/test/Identity.js +++ b/test/Identity.js @@ -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);