From eaf8cf85af2155b12d0d5bda649d8e942498706a Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Mon, 28 Jul 2014 18:13:00 +1000 Subject: [PATCH] test: rephrase fail -> throw --- test/wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/wallet.js b/test/wallet.js index e85096e..80fd7a8 100644 --- a/test/wallet.js +++ b/test/wallet.js @@ -304,7 +304,7 @@ describe('Wallet', function() { }) describe('processConfirmedTx', function(){ - it('does not fail on scripts with no corresponding Address', function() { + it('does not throw on scripts with no corresponding Address', function() { var pubKey = wallet.getPrivateKey(0).pub var script = scripts.pubKeyOutput(pubKey) var tx2 = new Transaction()