Skip to content

Commit b0968a1

Browse files
committed
Fix tests
1 parent b3ae97e commit b0968a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/dotnet.Tests/CommandTests/ToolUpdateGlobalOrToolPathCommandTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void WhenPassingRestoreActionConfigOptions()
7676
{
7777
var parseResult = Parser.Instance.Parse($"dotnet tool update -g {_packageId} --ignore-failed-sources");
7878
var toolUpdateCommand = new ToolUpdateGlobalOrToolPathCommand(parseResult);
79-
toolUpdateCommand._toolInstallGlobalOrToolPathCommand.Value._restoreActionConfig.IgnoreFailedSources.Should().BeTrue();
79+
toolUpdateCommand._toolInstallGlobalOrToolPathCommand._restoreActionConfig.IgnoreFailedSources.Should().BeTrue();
8080
}
8181

8282
[Fact]

0 commit comments

Comments
 (0)