Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Apr 25, 2024
1 parent f83f4a9 commit 1228d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ChimeLSPAdapterTests/LSPTransformersTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ final class LSPTransformersTests: XCTestCase {
let lspCompletion = CompletionItem(
label: "",
insertText: nil,
textEdit: TextEdit(range: editRange, newText: "stuff = append(stuff, $0)"),
textEdit: .optionA(TextEdit(range: editRange, newText: "stuff = append(stuff, $0)")),
additionalTextEdits: [
TextEdit(range: additionalEditRange, newText: "")
]
Expand Down

0 comments on commit 1228d83

Please sign in to comment.