From a72d001ed3f83d8809e3249ca4423f11d8438773 Mon Sep 17 00:00:00 2001 From: Ramil Sayetov Date: Tue, 6 Feb 2024 13:31:36 +0300 Subject: [PATCH] Fix awaitility link. Closes gh-39410 --- .../spring-boot-docs/src/docs/asciidoc/features/testing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/testing.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/testing.adoc index 19fab2a23691..cf986387f05e 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/testing.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/testing.adoc @@ -41,7 +41,7 @@ The `spring-boot-starter-test` "`Starter`" (in the `test` `scope`) contains the * https://site.mockito.org/[Mockito]: A Java mocking framework. * https://github.com/skyscreamer/JSONassert[JSONassert]: An assertion library for JSON. * https://github.com/jayway/JsonPath[JsonPath]: XPath for JSON. -* https://https://github.com/awaitility/awaitility[Awaitility]: A library for testing asynchronous systems. +* https://github.com/awaitility/awaitility[Awaitility]: A library for testing asynchronous systems. We generally find these common libraries to be useful when writing tests. If these libraries do not suit your needs, you can add additional test dependencies of your own.