Skip to content

Commit

Permalink
fix: correct the unit test name for Definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
hakandilek committed Oct 28, 2024
1 parent 0e0717a commit 3af891f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from cyclonedx.model.definition import Definitions, Standard


class TestModelDefinitionRepository(TestCase):
class TestModelDefinitions(TestCase):

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

0 comments on commit 3af891f

Please sign in to comment.