Skip to content

Commit ade3184

Browse files
committed
name docker check method
Signed-off-by: Dmitrii Tikhomirov <[email protected]>
1 parent 3c47909 commit ade3184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

impl/test/src/test/java/io/serverlessworkflow/impl/test/ContainerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
import org.slf4j.Logger;
4646
import org.slf4j.LoggerFactory;
4747

48-
@DisabledIf("checkDocker")
48+
@DisabledIf("isDockerNotAvailable")
4949
public class ContainerTest {
5050

5151
private static DockerClient dockerClient;
@@ -61,7 +61,7 @@ public class ContainerTest {
6161
}
6262

6363
@SuppressWarnings("unused")
64-
private static boolean checkDocker() {
64+
private static boolean isDockerNotAvailable() {
6565
try {
6666
dockerClient.pingCmd().exec();
6767
return false;

0 commit comments

Comments
 (0)