From d068fafbde698384d3f9e57543a86981cf0accd8 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 15 Jun 2015 10:57:11 -0300 Subject: [PATCH] fix tests --- test/integration/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/server.js b/test/integration/server.js index 038f725..54e0986 100644 --- a/test/integration/server.js +++ b/test/integration/server.js @@ -2913,7 +2913,7 @@ describe('Wallet service', function() { txProposalId: txp.id }, function(err) { should.exist(err); - err.message.should.contain('creators'); + err.code.should.contain('TXCANNOTREMOVE'); server2.getPendingTxs({}, function(err, txs) { txs.length.should.equal(1); done();