Skip to content

Commit d8fea5f

Browse files
fix tests
1 parent 816e18d commit d8fea5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/de/tum/cit/aet/artemis/quiz/QuizQuestionProgressIntegrationTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ void testSaveAndRetrieveProgress() {
122122
@Test
123123
@WithMockUser(username = TEST_PREFIX + "student1", roles = "USER")
124124
void testGetQuestionsForSession() {
125-
quizQuestionRepository.deleteAll();
126125
Course course = new Course();
127126
courseTestRepository.save(course);
128127

@@ -164,7 +163,6 @@ void testGetQuestionsForSession() {
164163
@Test
165164
@WithMockUser(username = TEST_PREFIX + "student1", roles = "USER")
166165
void testGetQuestionsForSessionNoDueDate() {
167-
quizQuestionRepository.deleteAll();
168166
Course course = new Course();
169167
courseTestRepository.save(course);
170168

0 commit comments

Comments
 (0)