Fix typo in reference manual

This commit is contained in:
Sam Brannen
2015-08-30 19:01:28 +02:00
parent a066143a5b
commit d899efd672

View File

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