Skip to content

Commit

Permalink
Valida cpf
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuspdf committed May 21, 2024
1 parent 378a145 commit 335f662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventex/subscriptions/tests/test_form_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def make_validated_form(self, **kwargs):
data = dict(valid, **kwargs)
form = SubscriptionForm(data)
form.is_valid()
return form
return form

0 comments on commit 335f662

Please sign in to comment.