Skip to content
Snippets Groups Projects
Commit e994ab0e authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Rename reference to late field in tests

parent 4c822cdc
No related branches found
No related tags found
1 merge request!297Resolve "Rename PersonalNote "late" field to "tardiness""
Pipeline #96741 passed with warnings
......@@ -52,7 +52,7 @@ def _prepare_notes():
excused=True,
excuse_type=excuse_type,
),
PersonalNote(person=person, event=_generate_event(date(2021, 10, 4)), late=10),
PersonalNote(person=person, event=_generate_event(date(2021, 10, 4)), tardiness=10),
PersonalNote(
person=person, event=_generate_event(date(2032, 10, 11)), remarks="Good work!"
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment