1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00

fix tests

This commit is contained in:
Alec Rippberger
2025-04-16 08:53:06 -05:00
parent 52bb2ab175
commit 028bdf4697

View File

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