From 46a19b0fb1ca074bb3be3fa3d3793f73ec981847 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 1 Jun 2025 18:34:14 -0700 Subject: [PATCH] linting --- test/unit/adapters/wallet.unit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/adapters/wallet.unit.js b/test/unit/adapters/wallet.unit.js index 0464e76..e6d3ed3 100644 --- a/test/unit/adapters/wallet.unit.js +++ b/test/unit/adapters/wallet.unit.js @@ -102,7 +102,7 @@ describe('#wallet', () => { }) describe('#completeTx', () => { // TODO: This test needs to be refactored to use the new instanceWallet() method for loading the user wallet. - + // it('should complete a transaction', async () => { // sandbox.stub(uut, 'getKeyPair').resolves({ // cashAddress: 'bitcoincash:qzl0d3gcqeypv4cy7gh8rgdszxa9vvm2acv7fqtd00',