From 028bdf4697f954a097e634f927708b5a7de79cbe Mon Sep 17 00:00:00 2001 From: Alec Rippberger Date: Wed, 16 Apr 2025 08:53:06 -0500 Subject: [PATCH] fix tests --- .../two-factor-auth-component-email-cache.service.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/two-factor-auth-component-email-cache.service.spec.ts b/libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/two-factor-auth-component-email-cache.service.spec.ts index ab8139a7925..f3b904a4ea6 100644 --- a/libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/two-factor-auth-component-email-cache.service.spec.ts +++ b/libs/auth/src/angular/two-factor-auth/child-components/two-factor-auth-email/two-factor-auth-component-email-cache.service.spec.ts @@ -142,7 +142,7 @@ describe("TwoFactorAuthEmailComponentCacheService", () => { }); it("returns cached data when feature is enabled", () => { - const testData = new TwoFactorAuthEmailCache(); + const testData = new TwoFactorAuthEmailComponentCache(); testData.emailSent = true; cacheData.next(testData);