mirror of
https://github.com/google/nomulus
synced 2026-01-03 11:45:39 +00:00
Fix outdated comment (#433)
* Fix outdated comment Removed reference to a testcontainer issues that may no longer exist.
This commit is contained in:
@@ -48,10 +48,8 @@ public class SchemaTest {
|
||||
* The target database for schema deployment.
|
||||
*
|
||||
* <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
|
||||
* testcontainer adds spurious newlines. See <a
|
||||
* href=https://github.com/testcontainers/testcontainers-java/issues/1854>this link</a> 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 =
|
||||
|
||||
Reference in New Issue
Block a user