remove duplicate (#5073)

This commit is contained in:
Nik Gorylenko 2018-09-28 09:15:43 +02:00 committed by Eugen
parent 33208b0be1
commit 3ea0d3f8c9
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
### Relevant Articles:
- [The Basics of JUnit 5 A Preview](http://www.baeldung.com/junit-5-preview)
- [A Guide to JUnit 5](http://www.baeldung.com/junit-5)
- [Guide to Dynamic Tests in Junit 5](http://www.baeldung.com/junit5-dynamic-tests)
- [A Guide to @RepeatedTest in Junit 5](http://www.baeldung.com/junit-5-repeated-test)
- [Guide to Dynamic Tests in Junit 5](http://www.baeldung.com/junit5-dynamic-tests)
- [A Guied to JUnit 5 Extensions](http://www.baeldung.com/junit-5-extensions)