mirror of
https://github.com/google/nomulus.git
synced 2025-05-29 00:40:09 +02:00
Fix outdated comment (#433)
* Fix outdated comment Removed reference to a testcontainer issues that may no longer exist.
This commit is contained in:
parent
b47e152ca5
commit
2ffcfc4c5e
1 changed files with 2 additions and 4 deletions
|
@ -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 =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue