Fixing tests to look for 1.1.2.
This commit is contained in:
parent
359a9d2f36
commit
c25fdd833e
1 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ namespace Microsoft.DotNet.Tests
|
||||||
.Execute(toolPrefersCLIRuntime ? "portable-v1-prefercli" : "portable-v1");
|
.Execute(toolPrefersCLIRuntime ? "portable-v1-prefercli" : "portable-v1");
|
||||||
|
|
||||||
result.Should().Pass()
|
result.Should().Pass()
|
||||||
.And.HaveStdOutContaining("I'm running on shared framework version 1.1.1!");
|
.And.HaveStdOutContaining("I'm running on shared framework version 1.1.2!");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -215,7 +215,7 @@ namespace Microsoft.DotNet.Tests
|
||||||
.Execute("portable-v1");
|
.Execute("portable-v1");
|
||||||
|
|
||||||
result.Should().Pass()
|
result.Should().Pass()
|
||||||
.And.HaveStdOutContaining("I'm running on shared framework version 1.1.1!");
|
.And.HaveStdOutContaining("I'm running on shared framework version 1.1.2!");
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
|
Loading…
Add table
Reference in a new issue