From 42d7f5ffbf686680c2514f2533854b5a8ebaa8c8 Mon Sep 17 00:00:00 2001 From: jacoblee93 Date: Wed, 20 Dec 2023 17:55:49 -0800 Subject: [PATCH] Change port to integration test default --- .../src/vectorstores/tests/pgvector/pgvector.int.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langchain-community/src/vectorstores/tests/pgvector/pgvector.int.test.ts b/libs/langchain-community/src/vectorstores/tests/pgvector/pgvector.int.test.ts index 0ae1d1f3e9b1..9bacaecef641 100644 --- a/libs/langchain-community/src/vectorstores/tests/pgvector/pgvector.int.test.ts +++ b/libs/langchain-community/src/vectorstores/tests/pgvector/pgvector.int.test.ts @@ -12,7 +12,7 @@ describe("PGVectorStore", () => { postgresConnectionOptions: { type: "postgres", host: "127.0.0.1", - port: 5432, + port: 5433, user: "myuser", password: "ChangeMe", database: "api",