Skip to content

Commit

Permalink
fix: fix test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin658 committed Mar 4, 2020
1 parent fd1c97a commit 4d8e002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4d8e002

Please sign in to comment.