fix: 🐛 Fix failing test after prisma migration
This commit is contained in:
parent
3e3656243a
commit
78b05bb9b8
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user