Skip to content

Commit 0a3a28e

Browse files
author
Marcus Linke
committed
Fix compile error
1 parent 06c3ffe commit 0a3a28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void afterMethod(ITestResult result) {
4949

5050
@Test
5151
public void nullAuthConfig() throws Exception {
52-
PullImageCmdImpl pullImageCmd = new PullImageCmdImpl(NOP_EXEC, "");
52+
PullImageCmdImpl pullImageCmd = new PullImageCmdImpl(NOP_EXEC, null, "");
5353
try {
5454
pullImageCmd.withAuthConfig(null);
5555
fail();

0 commit comments

Comments
 (0)