Browse Source

Merge pull request #248 from matiu/bug/test

fix tests
activeAddress
Ivan Socolsky 9 years ago
parent
commit
20d57474c4
  1. 2
      test/integration/server.js

2
test/integration/server.js

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

Loading…
Cancel
Save