From 3dc4d01b5339365d9db934af27f90c932e9a20b3 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 21 Aug 2019 15:13:04 +0200 Subject: [PATCH] Fix heading for Streaming Responses section of Testing chapter --- src/docs/asciidoc/testing.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/docs/asciidoc/testing.adoc b/src/docs/asciidoc/testing.adoc index f0adf11d08..f76fcd6dca 100644 --- a/src/docs/asciidoc/testing.adoc +++ b/src/docs/asciidoc/testing.adoc @@ -5205,7 +5205,6 @@ public void test() throws Exception { <4> Manually perform an ASYNC dispatch (as there is no running container) <5> Verify the final response -==== [[spring-mvc-test-vs-streaming-response]]