Skip to content

Commit

Permalink
Change name to noop test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pragnya Pandrate committed Jul 6, 2022
1 parent 1740334 commit e3c1b34
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ await SimpleTestPackageUtility.CreateFolderFeedV3Async(
Assert.Contains(@$"<ItemGroup>
<PackageVersion Include=""X"" Version=""2.0.0"" />
</ItemGroup", File.ReadAllText(Path.Combine(pathContext.SolutionRoot, "Directory.Packages.props")));
Assert.DoesNotContain(@$"<ItemGroup> <PackageVersion Include=""X"" Version=""2.0.0"" /> </ItemGroup",
Assert.DoesNotContain(@$"<ItemGroup> <PackageReference Include=""X"" Version=""2.0.0"" /> </ItemGroup",
File.ReadAllText(Path.Combine(projectADirectory, "projectA.csproj")));
}

Expand Down Expand Up @@ -713,7 +713,7 @@ await SimpleTestPackageUtility.CreateFolderFeedV3Async(
}

[Fact]
public async Task AddPkg_WithCPM_WhenPackageVersionExistsAndVersionCLIArgNotPassed_Success()
public async Task AddPkg_WithCPM_WhenPackageVersionExistsAndVersionCLIArgNotPassed_NoOp()
{
using var pathContext = new SimpleTestPathContext();

Expand Down

0 comments on commit e3c1b34

Please sign in to comment.