Skip to content

Commit 67545cf

Browse files
committed
Polish
1 parent 7ef9ca0 commit 67545cf

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/BuildImageTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void whenBuildImageIsInvokedWithRepackageTheExistingArchiveIsUsed(MavenBuild mav
8383
.contains("docker.io/library/build-image-with-repackage:0.0.1.BUILD-SNAPSHOT")
8484
.contains("Successfully built image");
8585
ImageReference imageReference = ImageReference.of(ImageName.of("build-image-with-repackage"),
86-
"0.0.1.BUILD-SNAPSHOT");
86+
"0.0.1.BUILD-SNAPSHOT");
8787
try (GenericContainer<?> container = new GenericContainer<>(imageReference.toString())) {
8888
container.waitingFor(Wait.forLogMessage("Launched\\n", 1)).start();
8989
}

0 commit comments

Comments
 (0)