Skip to content

Commit 9b0e5ca

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent cfb26e2 commit 9b0e5ca

13 files changed

+1
-1
lines changed

tests/_data/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ def get_bom_with_definitions_and_detailed_standards() -> Bom:
14001400
)
14011401
]))
14021402

1403-
def get_bom_regression_issue540() -> Bom:
1403+
def get_bom_for_issue540_duplicate_components() -> Bom:
14041404
# tests https://github.com/CycloneDX/cyclonedx-python-lib/issues/540
14051405
bom = _make_bom()
14061406
bom.metadata.component = root_component = Component(

0 commit comments

Comments
 (0)