Skip to content

Commit

Permalink
updated test to expect 'pledge'
Browse files Browse the repository at this point in the history
  • Loading branch information
stin7 committed Jun 1, 2014
1 parent 533c889 commit ad0092a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def expectSubscribe(self):
last_name='Chu',
amount_cents=4200, ip_addr=None, # Not sure why this is None
# in unittests.
time=mox.IsA(datetime.datetime), source='pledged')
time=mox.IsA(datetime.datetime), source='pledge')

def expectMailSend(self):
self.mail_sender.Send(to=mox.IsA(str), subject=mox.IsA(str),
Expand Down

0 comments on commit ad0092a

Please sign in to comment.