fix failing address test by error-thrown assertion
This commit is contained in:
parent
b000377fd5
commit
504b6c24bc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue