We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586d4df commit 33cce5eCopy full SHA for 33cce5e
Tests/CommandsTests/PackageCommandTests.swift
@@ -90,7 +90,7 @@ class PackageCommandTestCase: CommandsBuildProviderTestCase {
90
91
func testCompletionTool() async throws {
92
let stdout = try await execute(["completion-tool", "--help"]).stdout
93
- XCTAssertMatch(stdout, .contains("OVERVIEW: Completion command (for shell completions)"))
+ XCTAssertMatch(stdout, .contains("OVERVIEW: Command to generate shell completions."))
94
}
95
96
func testInitOverview() async throws {
0 commit comments