This commit is contained in:
Bernd Schoolmann 2025-12-09 18:12:30 +01:00
parent 72ee067cb7
commit 46ff621607
No known key found for this signature in database

View File

@ -155,8 +155,6 @@ describe("LoginDecryptionOptionsComponent", () => {
// Ensure Symbol.dispose exists so the SDK mock satisfies the using statement helper
(Symbol as any).dispose ??= Symbol("dispose");
deviceTrustService.setDeviceKey = jest.fn().mockResolvedValue(undefined);
mockPrivateKey = "mock-private-key";
mockSignedPublicKey = "mock-signed-public-key";
mockSigningKey = "mock-signing-key";