Skip to content

Commit

Permalink
remove unsed stub from createTestClient
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Apr 20, 2023
1 parent c9e4014 commit 1d88f27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test-utils/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export function createTestClient(): MatrixClient {
getDevice: jest.fn(),
getDeviceId: jest.fn().mockReturnValue("ABCDEFGHI"),
getStoredCrossSigningForUser: jest.fn(),
checkDeviceTrust: jest.fn(),
getStoredDevice: jest.fn(),
requestVerification: jest.fn(),
deviceId: "ABCDEFGHI",
Expand Down

0 comments on commit 1d88f27

Please sign in to comment.