Skip to content

Commit f4d5a4d

Browse files
author
alex.collins
committed
Revert "Quietly catch IndexOutOfBoundsException."
This reverts commit 5697c60.
1 parent 5697c60 commit f4d5a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public void pullCanBeStreamed() throws Exception {
3939
try (EventStreamReader<PullEventStreamItem> reader = new EventStreamReader<>(
4040
dockerClient.pullImageCmd("busybox:latest").exec(),
4141
PullEventStreamItem.class)
42-
) {
42+
) {;
4343
assertThat(reader.readItem(),
4444
allOf(
4545
hasProperty("status", equalTo("Pulling repository busybox")),

0 commit comments

Comments
 (0)