Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/djangoapps/student/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ def test_is_marketable_set_to_false_for_user_created_via_management_command(self
'username': 'some_user',
'name': 'Student Person',
'age': -1,
'yearOfBirth': 2022,
'yearOfBirth': datetime.datetime.today().year,
'education': None,
'address': None,
'gender': 'Male',
Expand Down