Skip to content

Commit

Permalink
Adiciona campo paid_corrigido
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuspdf committed Apr 9, 2024
1 parent 87a4d72 commit b58ffdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventex/subscriptions/tests/test_model_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ def test_str(self):

def test_paid_default_to_False(self):
"""By default paid must be False."""
self.assertEqual(False, self.obj.paid)
self.assertEqual(False, self.obj.paid)

0 comments on commit b58ffdb

Please sign in to comment.