mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 13:10:17 +00:00
fix tests
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user