fix failing address test by error-thrown assertion

This commit is contained in:
Dave Kerr 2018-02-19 17:10:44 -05:00
parent b000377fd5
commit 504b6c24bc

View file

@ -66,7 +66,7 @@ describe('address', function () {
assert.throws(function () {
baddress.fromOutputScript(script)
}, new RegExp(f.script + ' ' + f.exception))
}, new RegExp(f.exception))
})
})
})