From 13543cda02def5f8f7b0741c46d8a179959c0ec8 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 20 Apr 2023 14:15:16 +0200 Subject: [PATCH] Testcontainers for Java: Improve documentation --- testing/testcontainers/java/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/testcontainers/java/README.rst b/testing/testcontainers/java/README.rst index d25a18ac..8d3d40ff 100644 --- a/testing/testcontainers/java/README.rst +++ b/testing/testcontainers/java/README.rst @@ -43,7 +43,7 @@ of examples you can explore here: for running a test matrix on different versions of CrateDB, shared across multiple test classes. - ``TestSqlInitialization``: Demonstrate different ways how Testcontainers can run an init script after - the database container is started, but before your code is given a connection to it. + the database container is started, but before your code initiates a connection to it. [1]: Sometimes, it might be useful to define a container that is only started once for several test classes. There is no special support for this use case provided by