Skip to content

Commit 3af891f

Browse files
committed
fix: correct the unit test name for Definitions
1 parent 0e0717a commit 3af891f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_model_definition.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from cyclonedx.model.definition import Definitions, Standard
2222

2323

24-
class TestModelDefinitionRepository(TestCase):
24+
class TestModelDefinitions(TestCase):
2525

2626
def test_init(self) -> Definitions:
2727
s = Standard(name='test-standard')

0 commit comments

Comments
 (0)