Skip to content

Commit

Permalink
update test_create_user_correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard0803 committed Nov 29, 2023
1 parent eeeb49c commit fb32b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gestao/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def generate_fake_user():
"blood_type": "A+",
"gender": "M",
"father_name": f"{f.name()}",
"mother_date": f"{f.name()}",
"mother_name": f"{f.name()}",
"position": "null",
"occupancy": "null",
"admission_date": f"{f.date_of_birth()}",
Expand Down

0 comments on commit fb32b31

Please sign in to comment.