We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1c97a commit 4d8e002Copy full SHA for 4d8e002
test/integration.ts
@@ -10,7 +10,7 @@ describe('TypeORM cursor-based pagination test', () => {
10
await createConnection({
11
type: 'postgres',
12
host: 'localhost',
13
- port: 5433,
+ port: 5432,
14
username: 'test',
15
password: 'test',
16
database: 'test',
0 commit comments