Skip to content

Commit 048a594

Browse files
committed
fix checkstyle rule
1 parent 39c56a4 commit 048a594

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/test/java/org/testcontainers/containers/ComposeContainerDocTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414
public class ComposeContainerDocTest {
1515

1616
private static final int REDIS_PORT = 6379;
17+
1718
private static final int POSTGRES_PORT = 5432;
19+
1820
private static final String DOCKER_COMPOSE_FILE_PATH = "src/test/resources/v2-compose-test-doc.yml";
21+
1922
public static final String ENV_FILE_NAME = "v2-compose-test-doc.env";
2023

2124
@Test

0 commit comments

Comments
 (0)