remove comment
This commit is contained in:
parent
1d0a42b59f
commit
9fc1811b0c
|
@ -17,7 +17,6 @@ describe("getExternalSchema", () => {
|
|||
}
|
||||
|
||||
beforeAll(async () => {
|
||||
// This is left on propose without a tag, so if a new version introduces a breaking change we will be notified
|
||||
const container = await new GenericContainer("postgres:13.12")
|
||||
.withExposedPorts(5432)
|
||||
.withEnv("POSTGRES_PASSWORD", "password")
|
||||
|
|
Loading…
Reference in New Issue