From 06e5af4b5d784f0146a4469fc400b2eb15a98f5c Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 9 May 2022 10:33:06 -0700 Subject: [PATCH] fix(tests): Fixing broken UTXO.get() test --- test/integration/chains/bchn/utxo-integration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/chains/bchn/utxo-integration.js b/test/integration/chains/bchn/utxo-integration.js index f3554bd..647fc2f 100644 --- a/test/integration/chains/bchn/utxo-integration.js +++ b/test/integration/chains/bchn/utxo-integration.js @@ -84,7 +84,7 @@ describe('#UTXO', () => { }) it('should handle Type1 minting batons', async () => { - const addr = 'simpleledger:qz5l5yzz9r09hw9aadcz53elp2knx6gyg5qk3s8md7' + const addr = 'simpleledger:qrp4mlmsrtwlvjn4seuchvtmus06tuqmpv4awvv7m7' const result = await bchjs.Utxo.get(addr) // console.log(`result: ${JSON.stringify(result, null, 2)}`)