Skip to content

Commit

Permalink
PM-8113 - TwoFactorAuthComponent Tests - fix tests by removing mock o…
Browse files Browse the repository at this point in the history
…f removed method.
  • Loading branch information
JaredSnider-Bitwarden committed Jan 24, 2025
1 parent 7d90d1a commit 7b5a751
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,6 @@ describe("TwoFactorComponent", () => {
});

describe("Trusted Device Encryption scenarios", () => {
beforeEach(() => {
mockTwoFactorAuthCompService.closeWindow = undefined;
});

describe("Given Trusted Device Encryption is enabled and user needs to set a master password", () => {
beforeEach(() => {
selectedUserDecryptionOptions.next(
Expand Down

0 comments on commit 7b5a751

Please sign in to comment.