From: Chris Duncan Date: Thu, 14 Aug 2025 21:47:04 +0000 (-0700) Subject: Fix test title. X-Git-Tag: v0.10.5~41^2~91 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=ad46a49dc2bfd80247f05a5fa2f4bf69c34fd56f;p=libnemo.git Fix test title. --- diff --git a/test/test.blocks.mjs b/test/test.blocks.mjs index 04d0523..d4e2e89 100644 --- a/test/test.blocks.mjs +++ b/test/test.blocks.mjs @@ -164,7 +164,7 @@ await Promise.all([ assert.nullish(block.work) }) - await test('sign Ledger-derived receive block', async () => { + await test('sign Ledger-derived open block', async () => { const wallet = await Wallet.load('BIP-44', '', LEDGER_MNEMONIC) await wallet.unlock('') const account = await wallet.account()