Browse Source

fix test

activeAddress
Ivan Socolsky 10 years ago
parent
commit
c2fecb03aa
  1. 2
      test/integration/server.js

2
test/integration/server.js

@ -3220,7 +3220,7 @@ describe('Wallet service', function() {
_.difference(['copayer1@domain.com', 'copayer2@domain.com'], _.pluck(emails, 'to')).should.be.empty;
var one = emails[0];
one.from.should.equal('bws@dummy.net');
one.subject.should.contain('New spend proposal');
one.subject.should.contain('New payment proposal');
one.text.should.contain(wallet.name);
one.text.should.contain(wallet.copayers[0].name);
server.storage.fetchUnsentEmails(function(err, unsent) {

Loading…
Cancel
Save