Skip to content

Commit 4d8e002

Browse files
committed
fix: fix test typo
1 parent fd1c97a commit 4d8e002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('TypeORM cursor-based pagination test', () => {
1010
await createConnection({
1111
type: 'postgres',
1212
host: 'localhost',
13-
port: 5433,
13+
port: 5432,
1414
username: 'test',
1515
password: 'test',
1616
database: 'test',

0 commit comments

Comments
 (0)