Skip to content

Commit

Permalink
Merge branch 'feature/NewAppSettingsforAllExcs' into feature/NewAppSe…
Browse files Browse the repository at this point in the history
…ttingsForCreater
  • Loading branch information
ragavareddychalapala committed Jan 15, 2025
2 parents cc8e208 + c28e0b5 commit 908af58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LCT.PackageIdentifier.UTest/SBomTemplateTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void AddComponentDetails_InputTemplateDetails_ReturnsTemplateWithDetailsu
SbomTemplate.AddComponentDetails(componentsForBOM, templateDetails);

//Assert
Assert.That(BomCreator.bomKpiData.ComponentsUpdatedFromSBOMTemplateFile, Is.EqualTo(1));
Assert.That(BomCreator.bomKpiData.ComponentsUpdatedFromSBOMTemplateFile, Is.EqualTo(3));
}
}
}

0 comments on commit 908af58

Please sign in to comment.