Skip to content

Commit c30df19

Browse files
committed
test: Add tests for DockerCli to improve coverage
Signed-off-by: 이규민 <[email protected]>
1 parent 4fc1916 commit c30df19

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docker-compose/src/test/java/org/springframework/boot/docker/compose/core

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docker-compose/src/test/java/org/springframework/boot/docker/compose/core/DockerCliTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void createCommandWithDockerComposeShouldIncludeCorrectOptions() {
5252

5353
@Test
5454
void fileConstructorShouldInitializeCorrectly_whenDockerIsRunning() {
55-
// assume docker is running (아니면 생략 가능)
55+
// assume docker is running
5656
Assumptions.assumeTrue(new File("/var/run/docker.sock").exists() || System.getProperty("os.name").startsWith("Windows"));
5757

5858
DockerComposeFile mockFile = mock(DockerComposeFile.class);

0 commit comments

Comments
 (0)