Browse Source

fix failing address test by error-thrown assertion

hk-custom-address
Dave Kerr 7 years ago
parent
commit
504b6c24bc
  1. 2
      test/address.js

2
test/address.js

@ -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…
Cancel
Save