Skip to content

Commit

Permalink
Remove duplicate mock
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Oct 21, 2024
1 parent 9003167 commit 9b65865
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit-tests/components/structures/MatrixChat-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ describe("<MatrixChat />", () => {
bootstrapCrossSigning: jest.fn().mockImplementation(() => bootstrapDeferred.promise),
getActiveSessionBackupVersion: jest.fn().mockResolvedValue(null),
globalBlacklistUnverifiedDevices: false,
// This needs to not finish immediately because we need to test the screen appears
bootstrapCrossSigning: jest.fn().mockImplementation(() => bootstrapDeferred.promise),
}),
secretStorage: {
isStored: jest.fn().mockReturnValue(null),
Expand Down

0 comments on commit 9b65865

Please sign in to comment.