Skip to content

Commit 89697b5

Browse files
committed
Fixup for coding change to OptionalVersionedTextDocumentIdentifier
1 parent c5400a6 commit 89697b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/LanguageServerProtocolTests/CodingTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ final class CodingTests: XCTestCase {
7474
OptionalVersionedTextDocumentIdentifier(uri, version: nil),
7575
json: """
7676
{
77-
"uri" : "\(urljson)"
77+
"uri" : "\(urljson)",
78+
"version" : null
7879
}
7980
"""
8081
)

0 commit comments

Comments
 (0)