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.
1 parent d78d6fb commit 3e9348fCopy full SHA for 3e9348f
Tests/SourceKitTests/SourceKitTests.swift
@@ -114,7 +114,7 @@ final class SKTests: XCTestCase {
114
textDocument: locRef.docIdentifier,
115
position: locRef.position))
116
XCTAssertEqual(jump.count, 1)
117
- XCTAssertEqual(jump.first?.url, locDef.url)
+ XCTAssertEqual(jump.first?.uri, DocumentURI(locDef.url))
118
XCTAssertEqual(jump.first?.range.lowerBound, locDef.position)
119
120
let tmpContents = try listdir(tmpDir)
0 commit comments