diff --git a/libs/user-crypto-management/src/user-key-rotation.service.spec.ts b/libs/user-crypto-management/src/user-key-rotation.service.spec.ts index 5a02dbe8627..25b99fc979a 100644 --- a/libs/user-crypto-management/src/user-key-rotation.service.spec.ts +++ b/libs/user-crypto-management/src/user-key-rotation.service.spec.ts @@ -53,7 +53,6 @@ jest.mock("@bitwarden/key-management-ui", () => ({ }, })); - describe("DefaultUserKeyRotationService", () => { let service: DefaultUserKeyRotationService;