Skip to content

Commit 5640fd6

Browse files
committed
test change
1 parent c47b461 commit 5640fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppInstallerCLIE2ETests/UpgradeCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public void UpgradeBehaviorDeny()
159159

160160
var result2 = TestCommon.RunAICLICommand("upgrade", $"{packageId} -v 2.0.0.0");
161161
Assert.AreEqual(Constants.ErrorCode.APPINSTALLER_CLI_ERROR_INSTALL_UPGRADE_NOT_SUPPORTED, result2.ExitCode);
162-
Assert.True(result2.StdOut.Contains("package cannot be upgraded using winget"));
162+
Assert.True(result2.StdOut.Contains("package cannot be upgraded using WinGet"));
163163
}
164164

165165
/// <summary>

0 commit comments

Comments
 (0)