Skip to content

Commit 983ea95

Browse files
committed
(#3668) Update wording for support command in test
As a result of the overhaul of the wording for this command, we missed getting the pester test updated to use the correct wording. This PR addresses that oversight.
1 parent 4b5efe5 commit 983ea95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pester-tests/commands/choco-support.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Describe "choco support" -Tag Chocolatey, SupportCommand {
5151
$ExpectedOutput = if($HasLicensedExtension) {
5252
"As a licensed customer, you can reach out to"
5353
} else {
54-
"As an open-source user of Chocolatey CLI, we are not able to"
54+
"As a user of Chocolatey CLI open-source, we are unable to"
5555
}
5656
$Output.Lines | Should -Contain $ExpectedOutput -Because $Output.String
5757
}

0 commit comments

Comments
 (0)