]> git.codecow.com Git - libnemo.git/commitdiff
Formatting.
authorChris Duncan <chris@zoso.dev>
Fri, 4 Jul 2025 01:00:53 +0000 (18:00 -0700)
committerChris Duncan <chris@zoso.dev>
Fri, 4 Jul 2025 01:00:53 +0000 (18:00 -0700)
test/test.refresh-accounts.mjs

index 78947e095d1990c2de64e94a2490e85f81e1fc10..055ef56fee08d3b7c27c58d3da722b847f2944ea 100644 (file)
@@ -168,6 +168,7 @@ await suite('Refreshing wallet accounts', { skip: false }, async () => {
        await test('should handle failure gracefully', async () => {
                const wallet = await Bip44Wallet.fromSeed(NANO_TEST_VECTORS.PASSWORD, NANO_TEST_VECTORS.BIP39_SEED)
                await wallet.unlock(NANO_TEST_VECTORS.PASSWORD)
+
                await assert.resolves(wallet.refresh(rpc, 0, 20))
 
                await wallet.destroy()