Skip to content

Commit 0753842

Browse files
committed
(amihaiemil#127) Image.run()
As per PR review: Fixed assertion in RtImageTestCase.runsItselfOk()
1 parent 3dac628 commit 0753842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public void runsItselfOk() throws Exception {
322322
URI.create("http://localhost/images/image123"),
323323
DOCKER
324324
).run(),
325-
Matchers.notNullValue()
325+
Matchers.is(container)
326326
);
327327
MatcherAssert.assertThat(
328328
started.get(),

0 commit comments

Comments
 (0)