mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
TST: fix ln custodial test init
This commit is contained in:
parent
ac988c00fa
commit
db67ad465b
@ -4,6 +4,8 @@ const assert = require('assert');
|
||||
|
||||
describe.skip('LightningCustodianWallet', () => {
|
||||
const l1 = new LightningCustodianWallet();
|
||||
l1.setBaseURI('https://lndhub.io');
|
||||
l1.init();
|
||||
|
||||
it.skip('issue credentials', async () => {
|
||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 200 * 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user