Skip to content

Commit

Permalink
Update DockerImageTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk authored Nov 8, 2023
1 parent 3190f02 commit bbd4ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/no/nav/pdfgen/DockerImageTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.testcontainers.containers.GenericContainer
import java.nio.file.Paths

internal class DockerImageTest {
private var pdfgen: GenericContainer /
private var pdfgen: GenericContainer =
GenericContainer(
ImageFromDockerfile()
.withFileFromPath("/", Paths.get("Dockerfile"))
Expand Down

0 comments on commit bbd4ab0

Please sign in to comment.