Skip to content

Commit 3e9348f

Browse files
committed
[test] Update test for URI change
1 parent d78d6fb commit 3e9348f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SourceKitTests/SourceKitTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ final class SKTests: XCTestCase {
114114
textDocument: locRef.docIdentifier,
115115
position: locRef.position))
116116
XCTAssertEqual(jump.count, 1)
117-
XCTAssertEqual(jump.first?.url, locDef.url)
117+
XCTAssertEqual(jump.first?.uri, DocumentURI(locDef.url))
118118
XCTAssertEqual(jump.first?.range.lowerBound, locDef.position)
119119

120120
let tmpContents = try listdir(tmpDir)

0 commit comments

Comments
 (0)