Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Jul 29, 2022
1 parent deb5f2b commit 8b8ffb8
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class DockerComposeOverridesTest {

private static final int SERVICE_PORT = 3000;

private static final String SERVICE_NAME = "alpine_1";
private static final String SERVICE_NAME = "alpine-1";

private final boolean localMode;

Expand Down Expand Up @@ -63,10 +63,7 @@ public static Iterable<Object[]> data() {
@Before
public void setUp() {
if (localMode) {
Assumptions
.assumeThat(LocalDockerCompose.executableExists())
.as("docker-compose executable exists")
.isTrue();
Assumptions.assumeThat(LocalDockerCompose.executableExists()).as("docker executable exists").isTrue();
}
}

Expand Down

0 comments on commit 8b8ffb8

Please sign in to comment.