winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ec7d73b2190d592d5bc480db40115adab2891d01
parent c15f3272a32dcf21a130ddfc382055d99de5076f
Author: yao-msft <50888816+yao-msft@users.noreply.github.com>
Date:   Sat,  8 Mar 2025 11:26:52 -0800

Fix e2e test failure caused by message change (#5284)


Diffstat:
Msrc/AppInstallerCLIE2ETests/InstallCommand.cs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/AppInstallerCLIE2ETests/InstallCommand.cs b/src/AppInstallerCLIE2ETests/InstallCommand.cs @@ -365,7 +365,7 @@ namespace AppInstallerCLIE2ETests Directory.Delete(conflictDirectory, true); Assert.AreNotEqual(Constants.ErrorCode.S_OK, result.ExitCode); - Assert.True(result.StdOut.Contains("Unable to create symlink, path points to a directory.")); + Assert.True(result.StdOut.Contains("Unable to create symlink")); } /// <summary>