Browse Source

Fix typo in reference manual

pull/868/head
Sam Brannen 11 years ago
parent
commit
d899efd672
  1. 2
      src/asciidoc/testing.adoc

2
src/asciidoc/testing.adoc

@ -1422,7 +1422,7 @@ be replaced with the following.
@ContextConfiguration @ContextConfiguration
@TestExecutionListeners( @TestExecutionListeners(
listeners = MyCustomTestExecutionListener.class, listeners = MyCustomTestExecutionListener.class,
mergeMode = MERGE_WITH_DEFAULTS, mergeMode = MERGE_WITH_DEFAULTS
) )
public class MyTest { public class MyTest {
// class body... // class body...

Loading…
Cancel
Save