diff --git a/test/integration.ts b/test/integration.ts index cbfe67e..5897849 100644 --- a/test/integration.ts +++ b/test/integration.ts @@ -10,7 +10,7 @@ describe('TypeORM cursor-based pagination test', () => { await createConnection({ type: 'postgres', host: 'localhost', - port: 5433, + port: 5432, username: 'test', password: 'test', database: 'test',