Skip to content

Commit cfb7b9f

Browse files
Merge pull request #241 from Permissionless-Software-Foundation/ct-unstable
fix(tests): Fixing broken UTXO.get() test
2 parents 249e93a + 06e5af4 commit cfb7b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/chains/bchn/utxo-integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('#UTXO', () => {
8484
})
8585

8686
it('should handle Type1 minting batons', async () => {
87-
const addr = 'simpleledger:qz5l5yzz9r09hw9aadcz53elp2knx6gyg5qk3s8md7'
87+
const addr = 'simpleledger:qrp4mlmsrtwlvjn4seuchvtmus06tuqmpv4awvv7m7'
8888

8989
const result = await bchjs.Utxo.get(addr)
9090
// console.log(`result: ${JSON.stringify(result, null, 2)}`)

0 commit comments

Comments
 (0)