From 65ec492c8d0913684955485b706ae9c524b53b96 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 17 Jul 2015 08:41:18 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-stream.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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