We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5210da8 commit 1adcffeCopy full SHA for 1adcffe
1 file changed
Tool/Tests/GitHubCopilotServiceTests/FetchSuggestionsTests.swift
@@ -98,12 +98,6 @@ final class FetchSuggestionTests: XCTestCase {
98
}
99
100
func test_if_language_identifier_is_unknown_returns_correctly() async throws {
101
- struct Err: Error, LocalizedError {
102
- var errorDescription: String? {
103
- "sendRequest Should not be falled"
104
- }
105
106
-
107
class TestServer: GitHubCopilotLSP {
108
func sendNotification(_: LanguageServerProtocol.ClientNotification) async throws {
109
// unimplemented
0 commit comments