1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

fixing failing tests

This commit is contained in:
cd-bitwarden
2025-10-28 14:46:24 -04:00
parent d611b159f2
commit 66ee0f5b69

View File

@@ -64,6 +64,7 @@ describe("ORGANIZATIONS state", () => {
isAdminInitiated: false,
ssoEnabled: false,
ssoMemberDecryptionType: undefined,
useDisableSMAdsForUsers: false,
},
};
const result = sut.deserializer(JSON.parse(JSON.stringify(expectedResult)));