Skip to content

Commit 163581c

Browse files
committed
Rename DataLdapTestIntegrationTests to remove clash
Closes gh-41617
1 parent c642f6d commit 163581c

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-test-autoconfigure/src/dockerTest/java/org/springframework/boot/test/autoconfigure/data/ldap

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*/
4343
@DataLdapTest
4444
@Testcontainers(disabledWithoutDocker = true)
45-
public class DataLdapTestIntegrationTests {
45+
public class DataLdapTestDockerTests {
4646

4747
@Container
4848
@ServiceConnection

0 commit comments

Comments
 (0)