1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

remove comment

This commit is contained in:
Martin McKeaveney 2023-09-12 11:26:38 +01:00
parent 1d0a42b59f
commit 9fc1811b0c

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