1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 02:19:18 +00:00

Fix folder test

This commit is contained in:
Bernd Schoolmann
2025-10-29 14:02:45 +01:00
parent ea9a18dcad
commit c042341643

View File

@@ -33,7 +33,7 @@ describe("Folder", () => {
folder.name = mockEnc("encName");
folder.revisionDate = new Date("2022-01-31T12:00:00.000Z");
const view = await folder.decrypt();
const view = await folder.decrypt(null);
expect(view).toEqual({
id: "id",