Browse Source

new bwu lets this test pass

activeAddress
Gregg Zigler 10 years ago
parent
commit
6e86332d35
  1. 2
      test/integration/server.js

2
test/integration/server.js

@ -618,7 +618,7 @@ describe('Wallet service', function() {
spanish.from.should.equal('bws@dummy.net');
spanish.subject.should.contain('Nuevo pago recibido');
spanish.text.should.contain(wallet.name);
spanish.text.should.contain('0.123');
spanish.text.should.contain('0.123 BTC');
var english = _.find(emails, {
to: 'copayer2@domain.com'
});

Loading…
Cancel
Save