Skip to content

Commit 92efef4

Browse files
committed
Complete the omitted sentence
Signed-off-by: Vanio Begic <[email protected]>
1 parent b865216 commit 92efef4

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/testing

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/testing/testcontainers.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In following sections we will describe some of the methods you can use to integr
1313
== Using via @Testcontainers JUnit5 extension
1414

1515
The Testcontainers provides JUnit5 extensions, which can be used to manage containers in your tests.
16-
The extension is activated by applying the
16+
The extension is activated by applying the `@Testcontainers` annotation from Testcontainers to your test class.
1717

1818
Testcontainers can be used in a Spring Boot test as follows:
1919

0 commit comments

Comments
 (0)