From a90c347680aa67bcfaea99a3186f584479eaed00 Mon Sep 17 00:00:00 2001 From: Alfonso Grillo Date: Mon, 29 May 2023 16:48:46 +0200 Subject: [PATCH] Fix UTs --- RiotTests/UserSessionsDataProviderTests.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RiotTests/UserSessionsDataProviderTests.swift b/RiotTests/UserSessionsDataProviderTests.swift index 69b1b0229..7d5d9f59c 100644 --- a/RiotTests/UserSessionsDataProviderTests.swift +++ b/RiotTests/UserSessionsDataProviderTests.swift @@ -209,6 +209,9 @@ private class MockCrossSigning: MXLegacyCrossSigning { super.init() } + override var state: MXCrossSigningState { + .crossSigningExists + } } /// A mock `MXDeviceInfo` that can override the `isVerified` state.