Move all BIP174 test cases into BIP14 describe block

This commit is contained in:
Luke Childs 2019-07-10 18:54:05 +07:00
parent d051446275
commit f6ab5b796f

View file

@ -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`, () => {
})
})
})