diff --git a/js/src/mobx/hardwareStore.spec.js b/js/src/mobx/hardwareStore.spec.js index c620294f8..7bb979600 100644 --- a/js/src/mobx/hardwareStore.spec.js +++ b/js/src/mobx/hardwareStore.spec.js @@ -39,6 +39,7 @@ function createApi () { }, parity: { hardwareAccountsInfo: sinon.stub().resolves({ ADDRESS: WALLET }), + lockedHardwareAccountsInfo: sinon.stub().resolves({}), setAccountMeta: sinon.stub().resolves(true), setAccountName: sinon.stub().resolves(true) }