Fix typo 🤦‍♂️

This commit is contained in:
Christian Cueni 2024-03-26 14:37:52 +01:00
parent ba9facca82
commit 5de6b737da
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ def update_assignment_completion(
AssignmentCompletionStatus.EVALUATION_SUBMITTED, AssignmentCompletionStatus.EVALUATION_SUBMITTED,
AssignmentCompletionStatus.SUBMITTED, AssignmentCompletionStatus.SUBMITTED,
] ]
and Assignment.assignment_type != AssignmentType.EDONIQ_TEST.value and assignment.assignment_type != AssignmentType.EDONIQ_TEST.value
): ):
acl = AssignmentCompletionAuditLog.objects.create( acl = AssignmentCompletionAuditLog.objects.create(
assignment_user=assignment_user, assignment_user=assignment_user,