Browse Source

Move all BIP174 test cases into BIP14 describe block

psbt
Luke Childs 6 years ago
parent
commit
f6ab5b796f
  1. 3
      test/psbt.js

3
test/psbt.js

@ -93,7 +93,6 @@ describe(`Psbt`, () => {
assert.strictEqual(psbt.toBase64(), f.result)
})
})
})
fixtures.bip174.signer.forEach(f => {
it('Signs PSBT to the expected result', () => {
@ -163,6 +162,7 @@ describe(`Psbt`, () => {
assert.strictEqual(fr1, fr2)
})
})
})
describe('signInputAsync', () => {
fixtures.signInput.checks.forEach(f => {
@ -505,4 +505,3 @@ describe(`Psbt`, () => {
})
})
})

Loading…
Cancel
Save