diff --git a/spring-cloud-stream.html b/spring-cloud-stream.html index fb61b4ffd..6a23dea41 100644 --- a/spring-cloud-stream.html +++ b/spring-cloud-stream.html @@ -490,7 +490,7 @@ public class ModuleApplicationTests { @Test public void contextLoads() { - assertNotNull(this.sink.output()); + assertNotNull(this.source.output()); } } @@ -623,7 +623,7 @@ The main set of samples are "vanilla" in the sense that they are not deployable