Skip to content

Commit 5605a42

Browse files
committed
Remove excess package from test install
1 parent da97a1e commit 5605a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppInstallerCLIE2ETests/InstallCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ public void InstallWithPackageDependency_DependenciesOnly()
717717
{
718718
var testDir = TestCommon.GetRandomTestDir();
719719
string installDir = TestCommon.GetPortablePackagesDirectory();
720-
var installResult = TestCommon.RunAICLICommand("install", $"-q AppInstallerTest.PackageDependencyRequiresPathRefresh -q AppInstallerTest.TestExeInstaller -l {testDir} --dependencies-only");
720+
var installResult = TestCommon.RunAICLICommand("install", $"-q AppInstallerTest.PackageDependencyRequiresPathRefresh -l {testDir} --dependencies-only");
721721
Assert.AreEqual(Constants.ErrorCode.S_OK, installResult.ExitCode);
722722
Assert.True(installResult.StdOut.Contains("Installing dependencies only. The package itself will not be installed."));
723723
Assert.True(installResult.StdOut.Contains("Successfully installed"));

0 commit comments

Comments
 (0)