Skip to content

Commit

Permalink
Merge remote-tracking branch 'felixxm/issue-296' into templatetags
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Dec 13, 2016
2 parents e9d8dc7 + 9d3705c commit a0de07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinax/stripe/tests/test_email.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class EmailReceiptTest(TestCase):

def setUp(self):
User = get_user_model()
self.user = User.objects.create_user(username="patrick")
self.user = User.objects.create_user(username="patrick", email='user@test.com')
self.customer = Customer.objects.create(
user=self.user,
stripe_id="cus_xxxxxxxxxxxxxxx"
Expand Down

0 comments on commit a0de07e

Please sign in to comment.