UserService/src/test/java/ru/team58/profileservice/ProfileServiceTest.java
KamilM1205 b88414c699 Added:
- Validation for all fields of requests.
- ErrorDTO
Refactor: mappers struct.
2025-07-23 14:59:50 +04:00

12 lines
234 B
Java

package ru.team58.profileservice;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
public class ProfileServiceTest {
@Test
public void contextLoads() {
}
}