Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit d67473b

Browse files
committed
Fixing test where we check that tools run using the CLI runtime. Needed to udpated the expected runtime in the test.
1 parent d1fd066 commit d67473b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.DotNet.Cli.Utils.Tests/GivenAProjectToolsCommandResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ public void ItAddsFxVersionAsAParamWhenTheToolHasThePrefercliruntimeFile()
308308

309309
result.Should().NotBeNull();
310310

311-
result.Args.Should().Contain("--fx-version 1.1.3");
311+
result.Args.Should().Contain("--fx-version 1.1.4");
312312
}
313313

314314
[Fact]

0 commit comments

Comments
 (0)