Skip to content

Commit

Permalink
fix signature of transactional exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAnzinger committed Oct 4, 2024
1 parent d6a0124 commit d7cf113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public String getModulePackage() {
@Override
protected Set<String> testTransactionalExclusions() {
return Set.of(
"de.tum.cit.aet.artemis.lecture.service.LectureImportService.importLecture(de.tum.cit.aet.artemis.lecture.domain.Lecture, de.tum.cit.aet.artemis.core.domain.Course)");
"de.tum.cit.aet.artemis.lecture.service.LectureImportService.importLecture(de.tum.cit.aet.artemis.lecture.domain.Lecture, de.tum.cit.aet.artemis.core.domain.Course, boolean)");
}
}

0 comments on commit d7cf113

Please sign in to comment.