Skip to content

Commit 249e93a

Browse files
Merge pull request #240 from Permissionless-Software-Foundation/ct-unstable
fix(test): Updating UTXO integration tests
2 parents 5e5e636 + 761a2d2 commit 249e93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ describe('#UTXO', () => {
104104
})
105105

106106
it('should filter Group tokens and mint batons', async () => {
107-
const addr = 'bitcoincash:qzeqcrpe5fcnslv8rfqjq4gh4gzdwytmdc4qmh0ztv'
107+
const addr = 'bitcoincash:qrp4mlmsrtwlvjn4seuchvtmus06tuqmpvex9he79q'
108108

109109
const result = await bchjs.Utxo.get(addr)
110110
// console.log(`result: ${JSON.stringify(result, null, 2)}`)
@@ -114,7 +114,7 @@ describe('#UTXO', () => {
114114
})
115115

116116
it('should filter NFTs', async () => {
117-
const addr = 'simpleledger:qq7vp2kvejsql898a2760kuq6xz00h0a5vuwu9lywu'
117+
const addr = 'bitcoincash:qrp4mlmsrtwlvjn4seuchvtmus06tuqmpvex9he79q'
118118

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

0 commit comments

Comments
 (0)