]> git.codecow.com Git - libnemo.git/commitdiff
Expand on reasoning for skipping test by default.
authorChris Duncan <chris@zoso.dev>
Mon, 22 Sep 2025 20:04:01 +0000 (13:04 -0700)
committerChris Duncan <chris@zoso.dev>
Mon, 22 Sep 2025 20:04:01 +0000 (13:04 -0700)
test/test.ledger.mjs

index 9bdc8ebf51add01993b9e3a0f06cafb2974802d4..ef550739f0a90a7282538154359a193dbb1dd6d6 100644 (file)
@@ -192,7 +192,7 @@ await Promise.all([
                        }
                })
 
-               await test('refresh first three accounts (must already be opened to be refreshed)', { skip: true }, async () => {
+               await test('refresh first three accounts (skip since they must already be opened to be refreshed)', { skip: true }, async () => {
                        const accounts = await wallet.refresh(rpc, 0, 2)
 
                        assert.exists(accounts)