Move all BIP174 test cases into BIP14 describe block
This commit is contained in:
parent
d051446275
commit
f6ab5b796f
1 changed files with 64 additions and 65 deletions
|
@ -93,7 +93,6 @@ describe(`Psbt`, () => {
|
||||||
assert.strictEqual(psbt.toBase64(), f.result)
|
assert.strictEqual(psbt.toBase64(), f.result)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
|
||||||
|
|
||||||
fixtures.bip174.signer.forEach(f => {
|
fixtures.bip174.signer.forEach(f => {
|
||||||
it('Signs PSBT to the expected result', () => {
|
it('Signs PSBT to the expected result', () => {
|
||||||
|
@ -163,6 +162,7 @@ describe(`Psbt`, () => {
|
||||||
assert.strictEqual(fr1, fr2)
|
assert.strictEqual(fr1, fr2)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
})
|
||||||
|
|
||||||
describe('signInputAsync', () => {
|
describe('signInputAsync', () => {
|
||||||
fixtures.signInput.checks.forEach(f => {
|
fixtures.signInput.checks.forEach(f => {
|
||||||
|
@ -505,4 +505,3 @@ describe(`Psbt`, () => {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue