Fix failing hardware tests (#6553)
This commit is contained in:
parent
8a21cde188
commit
99e981abcf
@ -39,6 +39,7 @@ function createApi () {
|
|||||||
},
|
},
|
||||||
parity: {
|
parity: {
|
||||||
hardwareAccountsInfo: sinon.stub().resolves({ ADDRESS: WALLET }),
|
hardwareAccountsInfo: sinon.stub().resolves({ ADDRESS: WALLET }),
|
||||||
|
lockedHardwareAccountsInfo: sinon.stub().resolves({}),
|
||||||
setAccountMeta: sinon.stub().resolves(true),
|
setAccountMeta: sinon.stub().resolves(true),
|
||||||
setAccountName: sinon.stub().resolves(true)
|
setAccountName: sinon.stub().resolves(true)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user