From c2fecb03aac7cfc8fdef667afc6b3add70f23032 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Thu, 28 May 2015 11:58:50 -0300 Subject: [PATCH] fix test --- test/integration/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/server.js b/test/integration/server.js index 22353e2..84dd4a7 100644 --- a/test/integration/server.js +++ b/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) {