Skip to content

Commit ac1eae1

Browse files
committed
Fix Test
1 parent 9973ff0 commit ac1eae1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/dotnet.Tests/CommandTests/Tool/Install/ToolInstallLocalCommandTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,8 @@ public void GivenNoManifestFileItUsesCreateManifestIfNeededByDefault()
418418

419419
var installLocalCommand = new ToolInstallLocalCommand(
420420
parseResult,
421-
_toolPackageInstallerMock,
421+
_packageIdA,
422+
_toolPackageDownloaderMock,
422423
_toolManifestFinder,
423424
_toolManifestEditor,
424425
_localToolsResolverCache,

0 commit comments

Comments
 (0)