Fixing It_adds_fx_version_as_a_param_when_the_tool_has_the_prefercliruntime_file test to expect 1.0.3.

This commit is contained in:
Eric Erhardt 2017-01-05 09:43:02 -06:00
parent a80e8fa636
commit 75786cd59a

View file

@ -282,7 +282,7 @@ namespace Microsoft.DotNet.Tests
result.Should().NotBeNull();
result.Args.Should().Contain("--fx-version 1.0.1");
result.Args.Should().Contain("--fx-version 1.0.3");
}
[Fact]