From: Chris Duncan Date: Tue, 23 Sep 2025 17:54:37 +0000 (-0700) Subject: Adjust test scenario documentation. X-Git-Tag: v0.10.5~12^2~4 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=a0fea80aebb74b562642d1ce4be5a4d3be16ac89;p=libnemo.git Adjust test scenario documentation. --- diff --git a/test/test.ledger.mjs b/test/test.ledger.mjs index 9deeebd..34c52ed 100644 --- a/test/test.ledger.mjs +++ b/test/test.ledger.mjs @@ -192,7 +192,8 @@ await Promise.all([ } }) - await test('refresh first three accounts (skip since they must already be opened to be refreshed)', { skip: true }, async () => { + // skip since accounts must already be opened to be refreshed + await test('refresh first three accounts', { skip: true }, async () => { const accounts = await wallet.refresh(rpc, 0, 2) assert.exists(accounts)