fixed tests

This commit is contained in:
dswbx
2025-06-12 09:12:40 +02:00
parent 6c2e579596
commit 046c1d21b1

View File

@@ -51,7 +51,7 @@ describe("[Repository]", async () => {
// //
{ {
const res = await em.repository(items).findMany(); const res = await em.repository(items).findMany();
expect(res.count).toBeUndefined(); expect(res.count).toBe(3);
} }
{ {