new bwu lets this test pass

This commit is contained in:
Gregg Zigler 2015-07-13 09:28:16 -07:00
parent bc565f671a
commit 6e86332d35
1 changed files with 1 additions and 1 deletions

View File

@ -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'
});