From: Chris Duncan Date: Mon, 22 Sep 2025 20:04:01 +0000 (-0700) Subject: Expand on reasoning for skipping test by default. X-Git-Tag: v0.10.5~12^2~12 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=c6db8fef0f75beb541336da8ea0661e8fef9c66e;p=libnemo.git Expand on reasoning for skipping test by default. --- diff --git a/test/test.ledger.mjs b/test/test.ledger.mjs index 9bdc8eb..ef55073 100644 --- a/test/test.ledger.mjs +++ b/test/test.ledger.mjs @@ -192,7 +192,7 @@ await Promise.all([ } }) - await test('refresh first three accounts (must already be opened to be refreshed)', { skip: true }, async () => { + await test('refresh first three accounts (skip since they must already be opened to be refreshed)', { skip: true }, async () => { const accounts = await wallet.refresh(rpc, 0, 2) assert.exists(accounts)