Skip to content

Commit 1adcffe

Browse files
committed
Remove unused type
1 parent 5210da8 commit 1adcffe

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Tool/Tests/GitHubCopilotServiceTests/FetchSuggestionsTests.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ final class FetchSuggestionTests: XCTestCase {
9898
}
9999

100100
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-
107101
class TestServer: GitHubCopilotLSP {
108102
func sendNotification(_: LanguageServerProtocol.ClientNotification) async throws {
109103
// unimplemented

0 commit comments

Comments
 (0)