Skip to content

Commit f10a733

Browse files
authored
Merge pull request #799 from nishithshah2211/imperative-fixits
Update diagnostic in PullDiagnosticsTests to be imperative
2 parents c0f1469 + e464523 commit f10a733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SourceKitLSPTests/PullDiagnosticsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ final class PullDiagnosticsTests: XCTestCase {
118118

119119
XCTAssertEqual(actions.count, 1)
120120
let action = try XCTUnwrap(actions.first)
121-
XCTAssertEqual(action.title, "do you want to add protocol stubs?")
121+
XCTAssertEqual(action.title, "add stubs for conformance")
122122
}
123123
}

0 commit comments

Comments
 (0)