Skip to content

Commit 6f4ee70

Browse files
author
Wang Lun
committed
revert changes
1 parent 05d8d02 commit 6f4ee70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SourceKitLSPTests/SwiftInterfaceTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ final class SwiftInterfaceTests: XCTestCase {
6666
let referenceDocument = try await testClient.send(GetReferenceDocumentRequest(uri: location.uri))
6767
XCTAssert(
6868
referenceDocument.content.hasPrefix("import "),
69-
"Expected foundation swift interface to start with 'import ' but got '\(referenceDocument.content.prefix(100))'"
69+
"Expected that the foundation swift interface starts with 'import ' but got '\(referenceDocument.content.prefix(100))'"
7070
)
7171
}
7272

0 commit comments

Comments
 (0)