Skip to content

Commit 4431df9

Browse files
committed
Fix test names
1 parent 90ff0bd commit 4431df9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/com/github/dockerjava/core/command/CreateNetworkCmdImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void createNetwork() throws DockerException {
5151
}
5252

5353
@Test
54-
public void createNetworkWithCustomConfig() throws DockerException {
54+
public void createNetworkWithIpamConfig() throws DockerException {
5555

5656
String networkName = "testNetwork";
5757
Network.Ipam.Config config = new Network.Ipam.Config();

src/test/java/com/github/dockerjava/netty/exec/CreateNetworkCmdExecTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void createNetwork() throws DockerException {
5151
}
5252

5353
@Test
54-
public void createNetworkWithCustomConfig() throws DockerException {
54+
public void createNetworkWithIpamConfig() throws DockerException {
5555

5656
String networkName = "testNetwork";
5757
Network.Ipam.Config config = new Network.Ipam.Config();

0 commit comments

Comments
 (0)