Skip to content

Commit a57b60c

Browse files
carddev81corypride
authored andcommitted
fix: change test message to be more correct
1 parent 425a374 commit a57b60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/integration/attendance_validation_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func testPOSTAttendanceValidation(t *testing.T, env *TestEnv, admin *models.User
8484
ExpectBodyContains("cannot record attendance for cancelled class date")
8585
})
8686

87-
t.Run("Reject attendance for unenrolled user", func(t *testing.T) {
87+
t.Run("Allow attendance for historically enrolled user", func(t *testing.T) {
8888
attendanceData := []models.ProgramClassEventAttendance{
8989
{
9090
UserID: unenrolledStudent.ID,

0 commit comments

Comments
 (0)