]> git.codecow.com Git - libnemo.git/commitdiff
Fix test order.
authorChris Duncan <chris@zoso.dev>
Sat, 20 Sep 2025 06:35:39 +0000 (23:35 -0700)
committerChris Duncan <chris@zoso.dev>
Sat, 20 Sep 2025 06:35:39 +0000 (23:35 -0700)
test/test.ledger.mjs

index a33991258a30690183aa8ccfe524c5ee41b55517..30128a147a66035a3234626372c8a44795c2228d 100644 (file)
@@ -312,11 +312,11 @@ await Promise.all([
                })
 
                await test('destroy wallet', async () => {
-                       await wallet.destroy()
                        await click(
                                'Click to finish Ledger tests by destroying wallet',
                                async () => new Promise(r => setTimeout(r))
                        )
+                       await wallet.destroy()
                        await assert.rejects(wallet.unlock())
                })
        })