Skip to content

Commit 76743d9

Browse files
committed
Addressing comments
Signed-off-by: Joshua Kugler <[email protected]>
1 parent 6dc2aab commit 76743d9

15 files changed

+127
-103
lines changed

tests/_data/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ def get_bom_with_multiple_licenses() -> Bom:
10481048
)
10491049

10501050

1051-
def get_bom_with_tools_with_component_and_service() -> Bom:
1051+
def get_bom_with_tools_with_component_and_service_migrate() -> Bom:
10521052
return _make_bom(
10531053
metadata=BomMetaData(
10541054
tools=ToolsRepository(

0 commit comments

Comments
 (0)