From df170f24bda471945ba7a6ac3b0f372622688f63 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 9 Dec 2024 14:55:41 -0500 Subject: [PATCH] removing commented code --- .../risk-insights/services/password-health.service.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitwarden_license/bit-common/src/tools/reports/risk-insights/services/password-health.service.spec.ts b/bitwarden_license/bit-common/src/tools/reports/risk-insights/services/password-health.service.spec.ts index b536fc74f05..b81acb09bed 100644 --- a/bitwarden_license/bit-common/src/tools/reports/risk-insights/services/password-health.service.spec.ts +++ b/bitwarden_license/bit-common/src/tools/reports/risk-insights/services/password-health.service.spec.ts @@ -9,7 +9,7 @@ import { MemberCipherDetailsApiService } from "./member-cipher-details-api.servi import { mockMemberCipherDetails } from "./member-cipher-details-api.service.spec"; import { PasswordHealthService } from "./password-health.service"; -// TODO: Remove password-health report service after PR-15498 completion +// FIXME: Remove password-health report service after PR-15498 completion describe("PasswordHealthService", () => { let service: PasswordHealthService; beforeEach(() => {