We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0717a commit 3af891fCopy full SHA for 3af891f
tests/test_model_definition.py
@@ -21,7 +21,7 @@
21
from cyclonedx.model.definition import Definitions, Standard
22
23
24
-class TestModelDefinitionRepository(TestCase):
+class TestModelDefinitions(TestCase):
25
26
def test_init(self) -> Definitions:
27
s = Standard(name='test-standard')
0 commit comments