We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604e707 commit 29f380dCopy full SHA for 29f380d
docker-compose-junit-jupiter/src/test/java/com/palantir/docker/compose/DockerComposeExtensionTest.java
@@ -35,7 +35,6 @@ public class DockerComposeExtensionTest {
35
public void calls_after_only_once() throws IOException, InterruptedException {
36
AtomicInteger count = new AtomicInteger();
37
DockerComposeExtension dockerComposeExtension = new DockerComposeExtension() {
38
-
39
@Override
40
public void before() {
41
throw new IllegalStateException("some error");
0 commit comments