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 c0f1469 + e464523 commit f10a733Copy full SHA for f10a733
Tests/SourceKitLSPTests/PullDiagnosticsTests.swift
@@ -118,6 +118,6 @@ final class PullDiagnosticsTests: XCTestCase {
118
119
XCTAssertEqual(actions.count, 1)
120
let action = try XCTUnwrap(actions.first)
121
- XCTAssertEqual(action.title, "do you want to add protocol stubs?")
+ XCTAssertEqual(action.title, "add stubs for conformance")
122
}
123
0 commit comments