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

@@ -44,5 +44,5 @@
<suppress files="JavaLoggingSystemTests" checks="SpringJUnit5" />
<suppress files="Log4J2LoggingSystemTests" checks="SpringJUnit5" />
<suppress files="RestClientTestWithComponentIntegrationTests" checks="SpringJUnit5" />
<suppress files="SampleJunitVintageApplicationTests" checks="SpringJUnit5" />
<suppress files="SampleJUnitVintageApplicationTests" checks="SpringJUnit5" />
</suppressions>