Add back extra test check on value of explicit version
This commit is contained in:
parent
c00e84dd9b
commit
15f171a5d7
1 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,8 @@ namespace Microsoft.DotNet.New.Tests
|
||||||
.SingleOrDefault();
|
.SingleOrDefault();
|
||||||
|
|
||||||
explicitVersionNode.Should().NotBeNull();
|
explicitVersionNode.Should().NotBeNull();
|
||||||
|
explicitVersionNode.Value.Should().Be(expectedVersion);
|
||||||
|
|
||||||
if (deleteExplicitVersion)
|
if (deleteExplicitVersion)
|
||||||
{
|
{
|
||||||
explicitVersionNode.Remove();
|
explicitVersionNode.Remove();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue