Skip to content

Commit

Permalink
Implement feedback from Maximilian
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikRemo committed Sep 21, 2023
1 parent 5af66c1 commit b8b389d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ class NotificationResourceIntegrationTest extends AbstractSpringIntegrationIndep
@Autowired
private NotificationRepository notificationRepository;

@Autowired
private SystemNotificationRepository systemNotificationRepository;

@Autowired
private NotificationSettingRepository notificationSettingRepository;

Expand All @@ -60,7 +57,6 @@ void initTestCase() {
userUtilService.addUsers(TEST_PREFIX, 2, 1, 1, 1);
course1 = textExerciseUtilService.addCourseWithOneReleasedTextExercise();
course2 = textExerciseUtilService.addCourseWithOneReleasedTextExercise();
systemNotificationRepository.deleteAll();
notificationRepository.deleteAll();

User student1 = userUtilService.getUserByLogin(TEST_PREFIX + "student1");
Expand All @@ -70,7 +66,6 @@ void initTestCase() {

@AfterEach
void tearDown() {
systemNotificationRepository.deleteAll();
notificationRepository.deleteAll();
}

Expand Down

0 comments on commit b8b389d

Please sign in to comment.