@@ -540,7 +540,7 @@ final class CodeActionTests: XCTestCase {
540
540
541
541
func testCodeActionForFixItsProducedBySwiftSyntax( ) async throws {
542
542
let project = try await MultiFileTestProject ( files: [
543
- " test.swift " : " protocol 1️⃣Multi 2️⃣ident 3️⃣ {} " ,
543
+ " test.swift " : " protocol 1️⃣Multi2️⃣ 3️⃣ident 4️⃣ {} " ,
544
544
" compile_commands.json " : " [] " ,
545
545
] )
546
546
@@ -560,8 +560,8 @@ final class CodeActionTests: XCTestCase {
560
560
edit: WorkspaceEdit (
561
561
changes: [
562
562
uri: [
563
- TextEdit ( range: positions [ " 1️⃣ " ] ..< positions [ " 2️⃣ " ] , newText: " Multiident " ) ,
564
- TextEdit ( range: positions [ " 2️⃣ " ] ..< positions [ " 3️⃣ " ] , newText: " " ) ,
563
+ TextEdit ( range: positions [ " 1️⃣ " ] ..< positions [ " 2️⃣ " ] , newText: " Multiident " ) ,
564
+ TextEdit ( range: positions [ " 3️⃣ " ] ..< positions [ " 4️⃣ " ] , newText: " " ) ,
565
565
]
566
566
]
567
567
)
@@ -572,8 +572,8 @@ final class CodeActionTests: XCTestCase {
572
572
edit: WorkspaceEdit (
573
573
changes: [
574
574
uri: [
575
- TextEdit ( range: positions [ " 1️⃣ " ] ..< positions [ " 2️⃣ " ] , newText: " MultiIdent " ) ,
576
- TextEdit ( range: positions [ " 2️⃣ " ] ..< positions [ " 3️⃣ " ] , newText: " " ) ,
575
+ TextEdit ( range: positions [ " 1️⃣ " ] ..< positions [ " 2️⃣ " ] , newText: " MultiIdent " ) ,
576
+ TextEdit ( range: positions [ " 3️⃣ " ] ..< positions [ " 4️⃣ " ] , newText: " " ) ,
577
577
]
578
578
]
579
579
)
0 commit comments