Skip to content

Commit

Permalink
turns out i forgot to update the test
Browse files Browse the repository at this point in the history
Signed-off-by: Jersey <[email protected]>
  • Loading branch information
williamhorning committed Mar 23, 2024
1 parent 1173a13 commit 2b887b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cases/03_crud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ describe("crud operations", () => {
password: "pass3",
},
]);
const count = await users.count({ username: "many" });
const count = await users.countDocuments({ username: "many" });
assertEquals(count, 2);
});

Expand Down

0 comments on commit 2b887b9

Please sign in to comment.