fix tests

This commit is contained in:
Matias Alejo Garcia 2015-06-15 10:57:11 -03:00
parent 5407f99903
commit d068fafbde
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();