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();
|
||||
|
||||
explicitVersionNode.Should().NotBeNull();
|
||||
explicitVersionNode.Value.Should().Be(expectedVersion);
|
||||
|
||||
if (deleteExplicitVersion)
|
||||
{
|
||||
explicitVersionNode.Remove();
|
||||
|
|
Loading…
Reference in a new issue