]> git.codecow.com Git - libnemo.git/commitdiff
Adjust test scenario documentation.
authorChris Duncan <chris@zoso.dev>
Tue, 23 Sep 2025 17:54:37 +0000 (10:54 -0700)
committerChris Duncan <chris@zoso.dev>
Tue, 23 Sep 2025 17:54:37 +0000 (10:54 -0700)
test/test.ledger.mjs

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