Skip to content

Commit 0688551

Browse files
committed
Test fix
1 parent c703ffc commit 0688551

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/student/src/test/java/com/instructure/student/features/grades/StudentGradesRepositoryTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ class StudentGradesRepositoryTest {
363363
noFinalGrade = false
364364
)
365365

366-
// Pass a grading period ID so it uses the enrollment's current period grades
367366
val result = repository.getCourseGrade(course, 1, enrollments, 1L)
368367
assertEquals(expected, result)
369368
}

0 commit comments

Comments
 (0)