diff --git a/test/test.Script.js b/test/test.Script.js index caee5cb63..31e8523a0 100644 --- a/test/test.Script.js +++ b/test/test.Script.js @@ -30,7 +30,6 @@ describe('Script', function() { it('isP2SH should work', function() { var addr = new Address('1J57QmkaQ6JohJoQyaUJwngJ2vTQ3C6gHi'); var script = Script.createPubKeyHashOut(addr.payload()); - script.isP2SH.bind(script).should.not.throw(Error); script.isP2SH().should.be.false; }); });