Skip to content

Commit fec61b5

Browse files
committed
Merge pull request #19218 from tongluyang
* gh-19218: Add missing closing parenthesis to the document Closes gh-19218
2 parents 3056167 + 95aad5b commit fec61b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5902,7 +5902,7 @@ If you have migrated your tests to JUnit 5, you should exclude JUnit 4 support,
59025902
=== Test Scope Dependencies
59035903
The `spring-boot-starter-test` "`Starter`" (in the `test` `scope`) contains the following provided libraries:
59045904

5905-
* https://junit.org/junit5[JUnit 5] (including the vintage engine for backward compatibility with JUnit 4: The de-facto standard for unit testing Java applications.
5905+
* https://junit.org/junit5[JUnit 5] (including the vintage engine for backward compatibility with JUnit 4): The de-facto standard for unit testing Java applications.
59065906
* {spring-framework-docs}testing.html#integration-testing[Spring Test] & Spring Boot Test: Utilities and integration test support for Spring Boot applications.
59075907
* https://joel-costigliola.github.io/assertj/[AssertJ]: A fluent assertion library.
59085908
* https://github.com/hamcrest/JavaHamcrest[Hamcrest]: A library of matcher objects (also known as constraints or predicates).

0 commit comments

Comments
 (0)