From 66aef736647fbbc28bc14d24a05e86421088924c Mon Sep 17 00:00:00 2001 From: gbubemismith Date: Mon, 14 Apr 2025 16:06:28 -0400 Subject: [PATCH] Fixed test --- libs/common/src/vault/models/domain/cipher.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/common/src/vault/models/domain/cipher.spec.ts b/libs/common/src/vault/models/domain/cipher.spec.ts index 63bf0b147a6..c4e1832ae38 100644 --- a/libs/common/src/vault/models/domain/cipher.spec.ts +++ b/libs/common/src/vault/models/domain/cipher.spec.ts @@ -845,7 +845,7 @@ describe("Cipher DTO", () => { id: "id", organizationId: "orgId", folderId: "folderId", - collectionIds: undefined, + collectionIds: [], key: "EncryptedString", name: "EncryptedString", notes: "EncryptedString",