From 99e981abcfa7ffa8ba4f917b687fcd6fffa409f6 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Wed, 20 Sep 2017 10:43:14 +0200 Subject: [PATCH] Fix failing hardware tests (#6553) --- js/src/mobx/hardwareStore.spec.js | 1 + 1 file changed, 1 insertion(+) 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) }