Skip to content

Commit 7d15986

Browse files
committed
fix: correct the unit test name for Definitions
Signed-off-by: Hakan Dilek <[email protected]>
1 parent 523d48b commit 7d15986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_model_definition.py

Lines changed: 1 addition & 1 deletion
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)