From d899efd6722bb596d7b685a16dc891452ce908f6 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 30 Aug 2015 19:01:28 +0200 Subject: [PATCH] Fix typo in reference manual --- src/asciidoc/testing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/testing.adoc b/src/asciidoc/testing.adoc index bb35b6b331..8f5850da53 100644 --- a/src/asciidoc/testing.adoc +++ b/src/asciidoc/testing.adoc @@ -1422,7 +1422,7 @@ be replaced with the following. @ContextConfiguration @TestExecutionListeners( listeners = MyCustomTestExecutionListener.class, - mergeMode = MERGE_WITH_DEFAULTS, + mergeMode = MERGE_WITH_DEFAULTS ) public class MyTest { // class body...