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 b3ae97e commit b0968a1Copy full SHA for b0968a1
src/Tests/dotnet.Tests/CommandTests/ToolUpdateGlobalOrToolPathCommandTests.cs
@@ -76,7 +76,7 @@ public void WhenPassingRestoreActionConfigOptions()
76
{
77
var parseResult = Parser.Instance.Parse($"dotnet tool update -g {_packageId} --ignore-failed-sources");
78
var toolUpdateCommand = new ToolUpdateGlobalOrToolPathCommand(parseResult);
79
- toolUpdateCommand._toolInstallGlobalOrToolPathCommand.Value._restoreActionConfig.IgnoreFailedSources.Should().BeTrue();
+ toolUpdateCommand._toolInstallGlobalOrToolPathCommand._restoreActionConfig.IgnoreFailedSources.Should().BeTrue();
80
}
81
82
[Fact]
0 commit comments