Skip to content

Commit

Permalink
Remove unused throws clause
Browse files Browse the repository at this point in the history
  • Loading branch information
magaupp committed Dec 10, 2024
1 parent fe91f75 commit a248dc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ProgrammingExerciseGitDiffReportIntegrationTest extends AbstractProgrammin
private ProgrammingExercise exercise;

@BeforeEach
void initTestCase() throws Exception {
void initTestCase() {
Course course = courseUtilService.addEmptyCourse();
userUtilService.addUsers(TEST_PREFIX, 1, 1, 1, 1);
exercise = ProgrammingExerciseFactory.generateProgrammingExercise(ZonedDateTime.now().minusDays(1), ZonedDateTime.now().plusDays(7), course);
Expand Down

0 comments on commit a248dc8

Please sign in to comment.