Fix outdated comment (#433)

* Fix outdated comment

Removed reference to a testcontainer issues that may no longer
exist.
This commit is contained in:
Weimin Yu 2020-01-08 16:02:04 -05:00 committed by GitHub
parent b47e152ca5
commit 2ffcfc4c5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,10 +48,8 @@ public class SchemaTest {
* The target database for schema deployment. * The target database for schema deployment.
* *
* <p>A resource path is mapped to this container in READ_WRITE mode to retrieve the deployed * <p>A resource path is mapped to this container in READ_WRITE mode to retrieve the deployed
* schema generated by the 'pg_dump' command. We do not communicate over stdout because * schema generated by the 'pg_dump' command. Compared with communicating over stdout, it is
* testcontainer adds spurious newlines. See <a * easier to update the golden schema this way.
* href=https://github.com/testcontainers/testcontainers-java/issues/1854>this link</a> for more
* information.
*/ */
@Rule @Rule
public PostgreSQLContainer sqlContainer = public PostgreSQLContainer sqlContainer =