mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-21 22:42:21 +01:00
TST: fix tests
This commit is contained in:
parent
0e8863ccb1
commit
04a85f8272
1 changed files with 1 additions and 1 deletions
|
@ -46,6 +46,6 @@ describe('multisig-hd-wallet', () => {
|
|||
|
||||
await w.fetchBalance();
|
||||
await w.fetchTransactions();
|
||||
assert.strictEqual(w.getTransactions().length, 3);
|
||||
assert.strictEqual(w.getTransactions().length, 5);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue