del
All checks were successful
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Successful in 11s
checks / Set up Java for Backend Tests and Build (push) Successful in 11s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Successful in 2s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Successful in 10s
checks / Set up Java for Backend Tests and Build (pull_request) Successful in 11s

This commit is contained in:
Patrick
2025-10-31 18:26:27 +01:00
parent 217e47ed20
commit 0fae75c2bf

View File

@ -13,7 +13,7 @@ import static org.junit.jupiter.api.Assertions.assertSame;
import static org.mockito.Mockito.*;
@ExtendWith(MockitoExtension.class)
@ActiveProfiles("test") // ensures application-test.properties is used
@ActiveProfiles("test")
public class StudentServiceImplTest {
private final StudentRepository studentRepository = mock(StudentRepository.class);