Skip to content

Commit 33cce5e

Browse files
committed
fixes one test
1 parent 586d4df commit 33cce5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CommandsTests/PackageCommandTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class PackageCommandTestCase: CommandsBuildProviderTestCase {
9090

9191
func testCompletionTool() async throws {
9292
let stdout = try await execute(["completion-tool", "--help"]).stdout
93-
XCTAssertMatch(stdout, .contains("OVERVIEW: Completion command (for shell completions)"))
93+
XCTAssertMatch(stdout, .contains("OVERVIEW: Command to generate shell completions."))
9494
}
9595

9696
func testInitOverview() async throws {

0 commit comments

Comments
 (0)