From 25631e641a2bcaf2cbd465b5e40975b6af214cae Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 1 Aug 2014 10:53:06 -0300 Subject: [PATCH] wallet test passings --- test/test.TxProposal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.TxProposal.js b/test/test.TxProposal.js index 0a8ebfec7..fa393c0da 100644 --- a/test/test.TxProposal.js +++ b/test/test.TxProposal.js @@ -43,7 +43,7 @@ describe('TxProposal', function() { var txp = new TxProposal({ creator: 1 }); - }).should.throw('Illegal Argument'); + }).should.throw('no inputChainPaths'); });