Skip to content

Commit cbbb2e5

Browse files
committed
Merge pull request #39415 from ramilS
* pr/39415: Fix awaitility link Closes gh-39415
2 parents 4c5d062 + be851aa commit cbbb2e5

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/features

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The `spring-boot-starter-test` "`Starter`" (in the `test` `scope`) contains the
4141
* https://site.mockito.org/[Mockito]: A Java mocking framework.
4242
* https://github.com/skyscreamer/JSONassert[JSONassert]: An assertion library for JSON.
4343
* https://github.com/jayway/JsonPath[JsonPath]: XPath for JSON.
44-
* https://https://github.com/awaitility/awaitility[Awaitility]: A library for testing asynchronous systems.
44+
* https://github.com/awaitility/awaitility[Awaitility]: A library for testing asynchronous systems.
4545

4646
We generally find these common libraries to be useful when writing tests.
4747
If these libraries do not suit your needs, you can add additional test dependencies of your own.

0 commit comments

Comments
 (0)