Skip to content

Commit

Permalink
`Development: Fix server test compilation (#9421)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesStoehr authored Oct 4, 2024
1 parent 1c14a0b commit 21753bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ List<? extends CourseCompetency> getAllCall(long courseId, HttpStatus expectedSt
@Test
@WithMockUser(username = TEST_PREFIX + "student1", roles = "USER")
void shouldReturnCompetenciesForStudentOfCourse() throws Exception {
super.shouldReturnCompetenciesForStudentOfCourse(new Competency());
super.shouldReturnCompetenciesForCourse(new Competency());
}

@Test
Expand Down

0 comments on commit 21753bc

Please sign in to comment.