From 092af13911aef1cdcae442b783603335f0569b50 Mon Sep 17 00:00:00 2001 From: usserwoutV2 Date: Thu, 23 May 2024 21:34:21 +0200 Subject: [PATCH] tests --- .../ugent/pidgeon/controllers/GroupFeedbackControllerTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/src/test/java/com/ugent/pidgeon/controllers/GroupFeedbackControllerTest.java b/backend/app/src/test/java/com/ugent/pidgeon/controllers/GroupFeedbackControllerTest.java index 76bc7cd3..59412d2d 100644 --- a/backend/app/src/test/java/com/ugent/pidgeon/controllers/GroupFeedbackControllerTest.java +++ b/backend/app/src/test/java/com/ugent/pidgeon/controllers/GroupFeedbackControllerTest.java @@ -45,6 +45,7 @@ import org.springframework.http.MediaType; import org.springframework.test.web.servlet.request.MockMvcRequestBuilders; + @ExtendWith(MockitoExtension.class) public class GroupFeedbackControllerTest extends ControllerTest {