Skip to content

Commit

Permalink
Update LocalDockerTestCase.java
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Nov 4, 2018
1 parent c58fa8d commit dffb859
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -139,7 +139,6 @@ public void returnsHttpClient() {
).httpClient(),
Matchers.allOf(
Matchers.notNullValue(),
Matchers.instanceOf(HttpClient.class),
Matchers.instanceOf(UnixHttpClient.class)
)
);
Expand Down

0 comments on commit dffb859

Please sign in to comment.