fix(tests): Fixing integration tests that broke with infoUtxo implementation

This commit is contained in:
Chris Troutner
2023-04-01 16:36:07 -07:00
parent a08a4236d6
commit 412fa5e1ce
@@ -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)
})