Skip to content

Commit c26eef8

Browse files
committed
tweak tests
1 parent b71f17d commit c26eef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/__tests__/functions-mongodb-crud.tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ describe("Test MongoDB CRUD operations in Functions", () => {
149149
}
150150
}
151151
expect(ids).not.toBeNull;
152-
expect(ids.length).toBe(3);
152+
expect(ids.length).toBe(1);
153153

154154
// *********** //
155155
// Project //

0 commit comments

Comments
 (0)