JAVA-4529: Rename some unit tests to integration tests

This commit is contained in:
Krzysztof Woyke
2021-03-26 10:57:39 +01:00
parent 90f71a5d5b
commit bb8bac806a
10 changed files with 10 additions and 10 deletions
@@ -14,7 +14,7 @@ import java.io.IOException;
import static org.assertj.core.api.Assertions.assertThat;
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
class PersonControllerUnitTest {
class PersonControllerIntegrationTest {
@LocalServerPort
int randomServerPort;