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

Commit c25fdd8

Browse files
committed
Fixing tests to look for 1.1.2.
1 parent 359a9d2 commit c25fdd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dotnet.Tests/PackagedCommandTests.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public void IfPreviousVersionOfSharedFrameworkIsInstalled_ToolsTargetingItRun(bo
162162
.Execute(toolPrefersCLIRuntime ? "portable-v1-prefercli" : "portable-v1");
163163

164164
result.Should().Pass()
165-
.And.HaveStdOutContaining("I'm running on shared framework version 1.1.1!");
165+
.And.HaveStdOutContaining("I'm running on shared framework version 1.1.2!");
166166

167167
}
168168

@@ -215,7 +215,7 @@ public void IfAToolHasNotBeenRestoredForNetCoreApp2_0ItFallsBackToNetCoreApp1_x(
215215
.Execute("portable-v1");
216216

217217
result.Should().Pass()
218-
.And.HaveStdOutContaining("I'm running on shared framework version 1.1.1!");
218+
.And.HaveStdOutContaining("I'm running on shared framework version 1.1.2!");
219219
}
220220

221221
[Fact]

0 commit comments

Comments
 (0)