Skip to content

Commit dffb859

Browse files
authored
Update LocalDockerTestCase.java
1 parent c58fa8d commit dffb859

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/amihaiemil/docker/LocalDockerTestCase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ public void returnsHttpClient() {
139139
).httpClient(),
140140
Matchers.allOf(
141141
Matchers.notNullValue(),
142-
Matchers.instanceOf(HttpClient.class),
143142
Matchers.instanceOf(UnixHttpClient.class)
144143
)
145144
);

0 commit comments

Comments
 (0)