From 90011b0fff17a884599a78f642ee09da2d57dc71 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sat, 2 Aug 2025 13:05:13 -0700 Subject: [PATCH] Fix test. --- test/test.import-wallet.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.import-wallet.mjs b/test/test.import-wallet.mjs index 2dba8be..910f957 100644 --- a/test/test.import-wallet.mjs +++ b/test/test.import-wallet.mjs @@ -171,7 +171,7 @@ await Promise.all([ await wallet.unlock(NANO_TEST_VECTORS.PASSWORD) const walletAccount = await wallet.account() - assert.equal(await wallet.verify(TREZOR_TEST_VECTORS.MNEMONIC_2), false) + assert.ok(await wallet.verify(TREZOR_TEST_VECTORS.MNEMONIC_2)) assert.ok(await wallet.verify(TREZOR_TEST_VECTORS.ENTROPY_2)) const imported = await Wallet.import('BLAKE2b', TREZOR_TEST_VECTORS.PASSWORD, TREZOR_TEST_VECTORS.MNEMONIC_2) -- 2.47.3