Skip to content

Commit f5a57bc

Browse files
fix failure message in test
1 parent fb2c293 commit f5a57bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SourceKitLSPTests/ConvertDocumentationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ fileprivate func convertDocumentation(
454454
) async {
455455
guard expectedResponses.count == positions.allMarkers.count else {
456456
XCTFail(
457-
"the number of expected render nodes did not match the number of positions in the text document",
457+
"the number of expected responses did not match the number of positions in the text document",
458458
file: file,
459459
line: line
460460
)

0 commit comments

Comments
 (0)