TST: fix ln custodial test init

This commit is contained in:
Overtorment 2021-08-26 15:16:30 +01:00
parent ac988c00fa
commit db67ad465b
No known key found for this signature in database
GPG Key ID: AB15F43F78CCBC06

View File

@ -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;