From 4d8e002174a0b213fdca3c780057d479674e9120 Mon Sep 17 00:00:00 2001 From: BenBenHu Date: Wed, 4 Mar 2020 13:42:37 +0800 Subject: [PATCH] fix: fix test typo --- test/integration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',