Fix authentication unit tests

This commit is contained in:
Stefan Ceriu
2022-10-13 12:07:47 +03:00
committed by Stefan Ceriu
parent 68461d5fd5
commit cf76ed99cd
@@ -216,6 +216,6 @@ class MockAuthenticationRestClient: AuthenticationRestClient {
// MARK: Versions
func supportedMatrixVersions() async throws -> MXMatrixVersions {
throw MockError.unhandled
return MXMatrixVersions()
}
}