We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bf05ad + 79ca537 commit 4481b4bCopy full SHA for 4481b4b
Tests/SourceKitLSPTests/CodeActionTests.swift
@@ -1119,11 +1119,12 @@ final class CodeActionTests: XCTestCase {
1119
ranges: [(String, String)] = [],
1120
exhaustive: Bool = true,
1121
expected: (_ uri: DocumentURI, _ positions: DocumentPositions) -> [CodeAction],
1122
+ testName: String = #function,
1123
file: StaticString = #filePath,
1124
line: UInt = #line
1125
) async throws {
1126
let testClient = try await TestSourceKitLSPClient(capabilities: clientCapabilitiesWithCodeActionSupport)
- let uri = DocumentURI(for: .swift)
1127
+ let uri = DocumentURI(for: .swift, testName: testName)
1128
let positions = testClient.openDocument(markedText, uri: uri)
1129
1130
var ranges = ranges
0 commit comments