Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@
}
}

private struct FakePluginAuthError: PluginDriverError {

Check failure on line 113 in TableProTests/Core/Database/ReconnectCredentialRecoveryTests.swift

View workflow job for this annotation

GitHub Actions / macOS App Tests

type 'FakePluginAuthError' does not conform to protocol 'LocalizedError'
let pluginErrorMessage: String
let pluginErrorCode: Int?
let pluginSqlState: String?
var errorDescription: String? { pluginErrorMessage }
}
Loading