Skip to content

Commit

Permalink
reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
ragavareddychalapala committed Jan 6, 2025
1 parent a79e8b0 commit 8b24886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AritfactoryUploader.UTest/PackageUploadHelperTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -459,12 +459,12 @@ public async Task GetSrcRepoDetailsForPyPiOrConanPackages_WhenPypiRepoExists_Ret
public async static Task GetSrcRepoDetailsForPyPiOrConanPackages_WhenConanRepoExists_ReturnsArtifactoryRepoName()
{
// Arrange
Property reponameProperty = new Property
Property prop1 = new Property
{
Name = Dataconstant.Cdx_ArtifactoryRepoName,
Value = "Reponame"
};
List<Property> properties = new List<Property>() { reponameProperty };
List<Property> properties = new List<Property>() { prop1 };
var item = new Component
{
Purl = "conan://example-package",
Expand Down

0 comments on commit 8b24886

Please sign in to comment.