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.
1 parent 05d8d02 commit 6f4ee70Copy full SHA for 6f4ee70
Tests/SourceKitLSPTests/SwiftInterfaceTests.swift
@@ -66,7 +66,7 @@ final class SwiftInterfaceTests: XCTestCase {
66
let referenceDocument = try await testClient.send(GetReferenceDocumentRequest(uri: location.uri))
67
XCTAssert(
68
referenceDocument.content.hasPrefix("import "),
69
- "Expected foundation swift interface to start with 'import ' but got '\(referenceDocument.content.prefix(100))'"
+ "Expected that the foundation swift interface starts with 'import ' but got '\(referenceDocument.content.prefix(100))'"
70
)
71
}
72
0 commit comments