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);