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 {
341341 DefinitionRequest ( textDocument: TextDocumentIdentifier ( uri) , position: positions [ " 1️⃣ " ] )
342342 )
343343 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 " )
346346 }
347347
348348 func testFoundationSubmoduleNavigation( ) async throws {
@@ -364,8 +364,8 @@ final class SwiftInterfaceTests: XCTestCase {
364364 DefinitionRequest ( textDocument: TextDocumentIdentifier ( uri) , position: positions [ " 1️⃣ " ] )
365365 )
366366 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 " )
369369
370370 // Test navigation to NSAffineTransform
371371 let transformDefinition = try await testClient. send (
You can’t perform that action at this time.
0 commit comments