diff --git a/db/src/test/java/google/registry/sql/flyway/SchemaTest.java b/db/src/test/java/google/registry/sql/flyway/SchemaTest.java index 10e55aeb2..1315c0ef6 100644 --- a/db/src/test/java/google/registry/sql/flyway/SchemaTest.java +++ b/db/src/test/java/google/registry/sql/flyway/SchemaTest.java @@ -48,10 +48,8 @@ public class SchemaTest { * The target database for schema deployment. * *

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 - * testcontainer adds spurious newlines. See this link for more - * information. + * schema generated by the 'pg_dump' command. Compared with communicating over stdout, it is + * easier to update the golden schema this way. */ @Rule public PostgreSQLContainer sqlContainer =