Cleaned up a comment

This commit is contained in:
PCoder 2017-08-15 18:48:21 +05:30
parent 492f7553d8
commit 999f5d8e2d

View file

@ -94,7 +94,6 @@ class TestStripeCustomerDescription(TestCase):
""" """
def setUp(self): def setUp(self):
# Password
self.dummy_password = 'test_password' self.dummy_password = 'test_password'
self.dummy_email = 'test@ungleich.ch' self.dummy_email = 'test@ungleich.ch'
self.customer = mommy.make('membership.CustomUser') self.customer = mommy.make('membership.CustomUser')