diff --git a/manifest.json b/manifest.json index 581029f..9111118 100644 --- a/manifest.json +++ b/manifest.json @@ -22,5 +22,5 @@ "metadata": "/snippets/triggers/project/manifest.json" } ], - "version": "164f601766ef0212f97bf8e0b8ab5abaf3a1e734" + "version": "c26eef886611941b1b2b46743969f3a1a47d9a5a" } diff --git a/tests/integration/__tests__/functions-mongodb-crud.tests.ts b/tests/integration/__tests__/functions-mongodb-crud.tests.ts index 5bb1c3a..7b4fee5 100644 --- a/tests/integration/__tests__/functions-mongodb-crud.tests.ts +++ b/tests/integration/__tests__/functions-mongodb-crud.tests.ts @@ -149,7 +149,7 @@ describe("Test MongoDB CRUD operations in Functions", () => { } } expect(ids).not.toBeNull; - expect(ids.length).toBe(3); + expect(ids.length).toBe(1); // *********** // // Project //