File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -341,8 +341,8 @@ final class SwiftInterfaceTests: XCTestCase {
341
341
DefinitionRequest ( textDocument: TextDocumentIdentifier ( uri) , position: positions [ " 1️⃣ " ] )
342
342
)
343
343
let foundationLocation = try XCTUnwrap ( foundationDefinition? . locations? . only)
344
- XCTAssertEqual ( foundationLocation. uri. scheme, " sourcekit-lsp " )
345
- assertContains ( foundationLocation. uri. pseudoPath, " Foundation.swiftinterface " )
344
+ XCTAssertEqual ( foundationLocation. uri. scheme, " sourcekit-lsp " )
345
+ assertContains ( foundationLocation. uri. pseudoPath, " Foundation.swiftinterface " )
346
346
}
347
347
348
348
func testFoundationSubmoduleNavigation( ) async throws {
@@ -364,8 +364,8 @@ final class SwiftInterfaceTests: XCTestCase {
364
364
DefinitionRequest ( textDocument: TextDocumentIdentifier ( uri) , position: positions [ " 1️⃣ " ] )
365
365
)
366
366
let foundationLocation = try XCTUnwrap ( foundationDefinition? . locations? . only)
367
- XCTAssertEqual ( foundationLocation. uri. scheme, " sourcekit-lsp " )
368
- assertContains ( foundationLocation. uri. pseudoPath, " Foundation.swiftinterface " )
367
+ XCTAssertEqual ( foundationLocation. uri. scheme, " sourcekit-lsp " )
368
+ assertContains ( foundationLocation. uri. pseudoPath, " Foundation.swiftinterface " )
369
369
370
370
// Test navigation to NSAffineTransform
371
371
let transformDefinition = try await testClient. send (
You can’t perform that action at this time.
0 commit comments