remove comment

This commit is contained in:
Martin McKeaveney 2023-09-12 11:26:38 +01:00
parent 1d0a42b59f
commit 9fc1811b0c
1 changed files with 0 additions and 1 deletions

View File

@ -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")