Fix failing hardware tests (#6553)

This commit is contained in:
Jaco Greeff 2017-09-20 10:43:14 +02:00 committed by Gav Wood
parent 8a21cde188
commit 99e981abcf
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}