Skip to content

Commit d899efd

Browse files
committed
Fix typo in reference manual
1 parent a066143 commit d899efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asciidoc/testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ be replaced with the following.
14221422
@ContextConfiguration
14231423
@TestExecutionListeners(
14241424
listeners = MyCustomTestExecutionListener.class,
1425-
mergeMode = MERGE_WITH_DEFAULTS,
1425+
mergeMode = MERGE_WITH_DEFAULTS
14261426
)
14271427
public class MyTest {
14281428
// class body...

0 commit comments

Comments
 (0)