mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
TST
This commit is contained in:
parent
020cb8abf1
commit
3136b5932a
@ -374,6 +374,14 @@ describe('LightningCustodianWallet', () => {
|
||||
err = true;
|
||||
}
|
||||
assert.ok(err);
|
||||
|
||||
err = false;
|
||||
try {
|
||||
await l1.addInvoice(NaN, 'zero amt inv');
|
||||
} catch (_) {
|
||||
err = true;
|
||||
}
|
||||
assert.ok(err);
|
||||
});
|
||||
|
||||
it('cant pay negative free amount', async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user