diff --git a/TableProTests/Core/Database/ReconnectCredentialRecoveryTests.swift b/TableProTests/Core/Database/ReconnectCredentialRecoveryTests.swift index 9b271b7f0..37f089883 100644 --- a/TableProTests/Core/Database/ReconnectCredentialRecoveryTests.swift +++ b/TableProTests/Core/Database/ReconnectCredentialRecoveryTests.swift @@ -1,3 +1,4 @@ +import Foundation import Testing @testable import TablePro import TableProPluginKit @@ -114,5 +115,4 @@ private struct FakePluginAuthError: PluginDriverError { let pluginErrorMessage: String let pluginErrorCode: Int? let pluginSqlState: String? - var errorDescription: String? { pluginErrorMessage } }