From 0d6ff97f9b1f87e85153ae98dd232fdc29c575c0 Mon Sep 17 00:00:00 2001 From: Vanio Begic Date: Sat, 22 Feb 2025 23:14:05 +0100 Subject: [PATCH] Complete the omitted sentence Signed-off-by: Vanio Begic --- .../antora/modules/reference/pages/testing/testcontainers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/testing/testcontainers.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/testing/testcontainers.adoc index ea38795b6667..3e417fde63d4 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/testing/testcontainers.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/testing/testcontainers.adoc @@ -13,7 +13,7 @@ In following sections we will describe some of the methods you can use to integr == Using via @Testcontainers JUnit5 extension The Testcontainers provides JUnit5 extensions, which can be used to manage containers in your tests. -The extension is activated by applying the +The extension is activated by applying the `@Testcontainers` annotation from Testcontainers to your test class. Testcontainers can be used in a Spring Boot test as follows: