fix failing address test by error-thrown assertion
This commit is contained in:
parent
b000377fd5
commit
504b6c24bc
@ -66,7 +66,7 @@ describe('address', function () {
|
|||||||
|
|
||||||
assert.throws(function () {
|
assert.throws(function () {
|
||||||
baddress.fromOutputScript(script)
|
baddress.fromOutputScript(script)
|
||||||
}, new RegExp(f.script + ' ' + f.exception))
|
}, new RegExp(f.exception))
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user