From a9a4f56d509ddd57647de8b3d66cb90d120285b9 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Wed, 9 Jul 2025 11:00:59 -0700 Subject: [PATCH] Fix test description. --- test/test.ledger.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ledger.mjs b/test/test.ledger.mjs index 4b3ea0d..9d8da16 100644 --- a/test/test.ledger.mjs +++ b/test/test.ledger.mjs @@ -15,7 +15,7 @@ await suite('Ledger hardware wallet', { skip: false || isNode }, async () => { let wallet, account, openBlock, sendBlock, receiveBlock - await test('connect to the device and then disconnect', async () => { + await test('connect to the device', async () => { wallet = await LedgerWallet.create() const { status } = await click( 'Unlock, then click to connect', -- 2.47.3