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.
2 parents cfe3ea9 + 5e565c6 commit 3096e53Copy full SHA for 3096e53
Tests/SourceKitLSPTests/SwiftCompletionTests.swift
@@ -1434,6 +1434,9 @@ final class SwiftCompletionTests: XCTestCase {
1434
)
1435
1436
1437
+ // Synchronize to make sure that the edit to Second.swift has been processed since opening First.swift and the
1438
+ // completion request do not have any dependencies on the edit of Second.swift.
1439
+ try await project.testClient.send(SynchronizeRequest())
1440
let (firstUri, firstPositions) = try project.openDocument("First.swift")
1441
let completions = try await project.testClient.send(
1442
CompletionRequest(textDocument: TextDocumentIdentifier(firstUri), position: firstPositions["1️⃣"])
0 commit comments