We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9973ff0 commit ac1eae1Copy full SHA for ac1eae1
test/dotnet.Tests/CommandTests/Tool/Install/ToolInstallLocalCommandTests.cs
@@ -418,7 +418,8 @@ public void GivenNoManifestFileItUsesCreateManifestIfNeededByDefault()
418
419
var installLocalCommand = new ToolInstallLocalCommand(
420
parseResult,
421
- _toolPackageInstallerMock,
+ _packageIdA,
422
+ _toolPackageDownloaderMock,
423
_toolManifestFinder,
424
_toolManifestEditor,
425
_localToolsResolverCache,
0 commit comments