Merge pull request #262 from Permissionless-Software-Foundation/ct-unstable

fix(tests): Fixing integration tests that broke with infoUtxo impleme…
This commit is contained in:
Chris Troutner
2023-04-01 16:38:05 -07:00
committed by GitHub
@@ -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)
})