Skip to content

Commit 9d1f6e1

Browse files
committed
Polish formatting
See #3348
1 parent f82d93f commit 9d1f6e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/src/docs/asciidoc/user-guide/migration-from-junit4.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ tests to JUnit Jupiter.
6565
- See also <<migrating-from-junit4-rule-support>>.
6666
* `@Test(expected = ...)` and the `ExpectedException` rule no longer exist; use
6767
`Assertions.assertThrows(...)` instead.
68-
See <<migrating-from-junit4-rule-support>> if you still do need to use
69-
`ExpectedException`.
68+
- See <<migrating-from-junit4-rule-support>> if you still need to use
69+
`ExpectedException`.
7070
* Assertions and assumptions in JUnit Jupiter accept the failure message as their last
7171
argument instead of the first one.
7272
- See <<migrating-from-junit4-failure-message-arguments>> for details.

0 commit comments

Comments
 (0)