Use h3 for title

This commit is contained in:
Florian Duros
2025-01-16 11:47:58 +01:00
parent 70f6603b60
commit b5e0c1147f
3 changed files with 5 additions and 6 deletions

View File

@@ -116,7 +116,7 @@ export function createTestClient(): MatrixClient {
},
getCrypto: jest.fn().mockReturnValue({
getOwnDeviceKeys: jest.fn(),
getOwnDeviceKeys: jest.fn().mockResolvedValue({ ed25519: "ed25519", curve25519: "curve25519" }),
getUserDeviceInfo: jest.fn().mockResolvedValue(new Map()),
getUserVerificationStatus: jest.fn(),
getDeviceVerificationStatus: jest.fn(),