Skip to content

Commit d55d8d6

Browse files
dreis2211wilkinsona
authored andcommitted
Rename DeploymentIntegrationTests
See gh-25446
1 parent 04e1ad6 commit d55d8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-tests/spring-boot-deployment-tests/src/intTest/java/sample/DeploymentIntegrationTests.java renamed to spring-boot-tests/spring-boot-deployment-tests/src/intTest/java/sample/AbstractDeploymentIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* Deployment integration tests.
4545
*/
4646
@DisabledIfDockerUnavailable
47-
class DeploymentIntegrationTests {
47+
class AbstractDeploymentIntegrationTests {
4848

4949
@ParameterizedTest
5050
@MethodSource("deployedApplications")

0 commit comments

Comments
 (0)