Merge pull request #10594 from kwoyke/JAVA-4529

JAVA-4529: Rename some unit tests to integration tests
This commit is contained in:
Loredana Crusoveanu
2021-03-29 14:59:58 +03:00
committed by GitHub
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;