Skip to content

Commit

Permalink
Fix awaitility link. Closes spring-projectsgh-39410
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramil Sayetov committed Feb 6, 2024
1 parent 07ee725 commit a72d001
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a72d001

Please sign in to comment.