File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot-project/spring-boot-docs/src/docs/asciidoc/features Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
4646We generally find these common libraries to be useful when writing tests.
4747If these libraries do not suit your needs, you can add additional test dependencies of your own.
You can’t perform that action at this time.
0 commit comments