Browse Source

TST: fix selftest

visualfix
Overtorment 5 years ago
parent
commit
adf00f1da0
  1. 2
      screen/selftest.js

2
screen/selftest.js

@ -262,7 +262,7 @@ export default class Selftest extends Component {
await hd3.fetchBalance();
if (hd3.getBalance() !== 26000) throw new Error('Could not fetch HD balance');
await hd3.fetchTransactions();
if (hd3.transactions.length !== 1) throw new Error('Could not fetch HD transactions');
if (hd3.getTransactions().length !== 1) throw new Error('Could not fetch HD transactions');
//

Loading…
Cancel
Save