Merge pull request #248 from matiu/bug/test

fix tests
This commit is contained in:
Ivan Socolsky 2015-06-15 11:01:14 -03:00
commit 20d57474c4
1 changed files with 1 additions and 1 deletions

View File

@ -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();