We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816e18d commit d8fea5fCopy full SHA for d8fea5f
src/test/java/de/tum/cit/aet/artemis/quiz/QuizQuestionProgressIntegrationTest.java
@@ -122,7 +122,6 @@ void testSaveAndRetrieveProgress() {
122
@Test
123
@WithMockUser(username = TEST_PREFIX + "student1", roles = "USER")
124
void testGetQuestionsForSession() {
125
- quizQuestionRepository.deleteAll();
126
Course course = new Course();
127
courseTestRepository.save(course);
128
@@ -164,7 +163,6 @@ void testGetQuestionsForSession() {
164
163
165
166
void testGetQuestionsForSessionNoDueDate() {
167
168
169
170
0 commit comments