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...