fix: 🐛 Fix failing test after prisma migration

This commit is contained in:
Maxime Cannoodt 2022-11-13 15:55:35 +01:00
parent 3e3656243a
commit 78b05bb9b8

View File

@ -29,6 +29,7 @@ describe("deleteExpiredNotes", () => {
id: "test",
ciphertext: "test",
hmac: "test",
iv: null,
insert_time: new Date(),
expire_time: new Date(),
crypto_version: "v1",