Skip to content

Commit bd370af

Browse files
committed
fix: rename test to apply only for v1.6
Signed-off-by: Uzair Chhapra <[email protected]>
1 parent 2525660 commit bd370af

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/_data/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ def get_bom_with_definitions_standards() -> Bom:
13101310
)
13111311

13121312

1313-
def get_bom_with_provides_valid() -> Bom:
1313+
def get_bom_v1_6_with_provides() -> Bom:
13141314
c1 = get_component_toml_with_hashes_with_references('crypto-library')
13151315
c2 = get_component_setuptools_simple('some-library')
13161316
c3 = get_component_crypto_asset_algorithm('crypto-algorithm')

0 commit comments

Comments
 (0)