Skip to content

Commit

Permalink
debug travis
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Apr 19, 2020
1 parent c9b0eb6 commit f6063c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/com/amihaiemil/docker/UnixDockerITCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ public void returnsUnfilteredEvents() throws Exception {
.limit(1)
.collect(Collectors.toList())
.get(0);
System.out.println("PULLED UNFILTERED EVENT: ");
System.out.println(pulled);
MatcherAssert.assertThat(
pulled.getString("status"),
Matchers.equalTo("pull")
Expand Down

0 comments on commit f6063c8

Please # to comment.