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'); });