Skip to content

Commit

Permalink
Complete the omitted sentence
Browse files Browse the repository at this point in the history
Signed-off-by: Vanio Begic <[email protected]>
  • Loading branch information
thecooldrop committed Feb 22, 2025
1 parent b865216 commit 92efef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 92efef4

Please sign in to comment.