Fixing the expected runtime version by the tool tests.

This commit is contained in:
Livar Cunha 2017-10-09 12:35:38 -07:00
parent 8f851ee83c
commit e11c66e7f0

View file

@ -309,7 +309,7 @@ namespace Microsoft.DotNet.Tests
result.Should().NotBeNull();
result.Args.Should().Contain("--fx-version 2.0.0");
result.Args.Should().Contain("--fx-version 2.0.3-servicing-25808-01");
}
[Fact]