fix: 🐛 Fix failing test after prisma migration
This commit is contained in:
parent
3e3656243a
commit
78b05bb9b8
@ -29,6 +29,7 @@ describe("deleteExpiredNotes", () => {
|
|||||||
id: "test",
|
id: "test",
|
||||||
ciphertext: "test",
|
ciphertext: "test",
|
||||||
hmac: "test",
|
hmac: "test",
|
||||||
|
iv: null,
|
||||||
insert_time: new Date(),
|
insert_time: new Date(),
|
||||||
expire_time: new Date(),
|
expire_time: new Date(),
|
||||||
crypto_version: "v1",
|
crypto_version: "v1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user