mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
fixed test
This commit is contained in:
parent
df581c2d09
commit
e8660a0424
@ -206,9 +206,4 @@ it('Wallet can fetch UTXO', async () => {
|
||||
w._address = '12c6DSiU4Rq3P4ZxziKxzrL5LmMBrzjrJX';
|
||||
await w.fetchUtxo();
|
||||
assert.ok(w.utxo.length > 0, 'unexpected empty UTXO');
|
||||
|
||||
w._address = '3BDsBDxDimYgNZzsqszNZobqQq3yeUoJf2';
|
||||
await w.fetchUtxo();
|
||||
assert.ok(w.utxo.length > 0, 'unexpected empty UTXO');
|
||||
assert.ok(w.utxo.length === 2);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user