Skip to content

Commit

Permalink
Merge pull request #262 from Permissionless-Software-Foundation/ct-un…
Browse files Browse the repository at this point in the history
…stable

fix(tests): Fixing integration tests that broke with infoUtxo impleme…
  • Loading branch information
christroutner authored Apr 1, 2023
2 parents a08a423 + 412fa5e commit 2e04548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/chains/bchn/utxo-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ describe('#UTXO', () => {
assert.property(result, 'nullUtxos')

assert.isAbove(result.bchUtxos.length, 0)
assert.isAbove(result.infoUtxos.length, 0)
assert.isAbove(result.slpUtxos.type1.tokens.length, 0)
assert.equal(result.slpUtxos.type1.mintBatons.length, 0)
})
Expand Down

0 comments on commit 2e04548

Please sign in to comment.