From 2ffcfc4c5e1622df8f9fb5b7979c0acac81c9ce7 Mon Sep 17 00:00:00 2001 From: Weimin Yu Date: Wed, 8 Jan 2020 16:02:04 -0500 Subject: [PATCH] Fix outdated comment (#433) * Fix outdated comment Removed reference to a testcontainer issues that may no longer exist. --- db/src/test/java/google/registry/sql/flyway/SchemaTest.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 =