diff --git a/test/mocks/FakeWallet.js b/test/mocks/FakeWallet.js index 945e584e9..bdca60a5c 100644 --- a/test/mocks/FakeWallet.js +++ b/test/mocks/FakeWallet.js @@ -46,6 +46,10 @@ FakeWallet.prototype.getAddressesInfo = function() { return ret; }; +FakeWallet.prototype.isShared = function() { + return this.totalCopayers > 1; +} + FakeWallet.prototype.isReady = function() { return true; }