Use "JUnit" instead of "Junit"

See gh-17272
This commit is contained in:
Johnny Lim
2019-06-20 14:08:28 +09:00
committed by Stephane Nicoll
parent ea9a0c7839
commit f283aa18eb
6 changed files with 8 additions and 8 deletions

View File

@@ -6934,7 +6934,7 @@ useful libraries.
[TIP]
====
The starter also brings the vintage engine so that you can run both JUnit 4 and Junit 5
The starter also brings the vintage engine so that you can run both JUnit 4 and JUnit 5
tests. If you have migrated your tests to JUnit 5, you should exclude JUnit 4 support, as
shown in the following example: