Skip to content

Commit 5287a50

Browse files
committed
Fix tests
1 parent c439bc7 commit 5287a50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Core/Tests/ServiceTests/Environment.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ func completion(text: String, range: CursorRange, uuid: String = "") -> CodeSugg
3434
}
3535

3636
class MockSuggestionService: GitHubCopilotSuggestionServiceType {
37+
func cancelRequest() async {
38+
fatalError()
39+
}
40+
3741
func notifyOpenTextDocument(fileURL: URL, content: String) async throws {
3842
fatalError()
3943
}

0 commit comments

Comments
 (0)