|
@ -2913,7 +2913,7 @@ describe('Wallet service', function() { |
|
|
txProposalId: txp.id |
|
|
txProposalId: txp.id |
|
|
}, function(err) { |
|
|
}, function(err) { |
|
|
should.exist(err); |
|
|
should.exist(err); |
|
|
err.message.should.contain('creators'); |
|
|
err.code.should.contain('TXCANNOTREMOVE'); |
|
|
server2.getPendingTxs({}, function(err, txs) { |
|
|
server2.getPendingTxs({}, function(err, txs) { |
|
|
txs.length.should.equal(1); |
|
|
txs.length.should.equal(1); |
|
|
done(); |
|
|
done(); |
|
|