Skip to content

Commit

Permalink
dont use a list
Browse files Browse the repository at this point in the history
  • Loading branch information
danlipert committed Apr 17, 2019
1 parent 218ba8e commit ad3412a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class TestExpirationTip(TestCase):
def setUp(self):
self.tip = Tip.objects.create(
emails=['[email protected]'],
primary_email=['[email protected]'],
primary_email='[email protected]',
tokenName='USDT',
amount=7,
username='john',
Expand Down

0 comments on commit ad3412a

Please sign in to comment.