Skip to content

Commit 85f5d1e

Browse files
committed
fixes one test
1 parent 0cb877e commit 85f5d1e

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
@@ -95,7 +95,7 @@ class PackageCommandTestCase: CommandsBuildProviderTestCase {
9595

9696
func testCompletionTool() async throws {
9797
let stdout = try await execute(["completion-tool", "--help"]).stdout
98-
XCTAssertMatch(stdout, .contains("OVERVIEW: Completion command (for shell completions)"))
98+
XCTAssertMatch(stdout, .contains("OVERVIEW: Command to generate shell completions."))
9999
}
100100

101101
func testInitOverview() async throws {

0 commit comments

Comments
 (0)