Skip to content

Commit

Permalink
update test factory for new user fields
Browse files Browse the repository at this point in the history
  • Loading branch information
justintroy committed Dec 4, 2023
1 parent 3423f9e commit 9a46476
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ class Meta:
username = Faker("user_name")
email = Faker("email")
password = Faker("password")
gender = "male"
birthdate = Faker("date_of_birth")

0 comments on commit 9a46476

Please sign in to comment.