Skip to content

Commit 51d15ce

Browse files
committed
tests
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 42d7cca commit 51d15ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_real_world_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def test_regression_issue_630(self, *_: Any, **__: Any) -> None:
3939
Bom.from_xml(input_xml)
4040

4141
def test_regression_issue_850(self, *_: Any, **__: Any) -> None:
42+
# tests https://github.com/CycloneDX/cyclonedx-python-lib/issues/850
4243
with open(join(OWN_DATA_DIRECTORY, 'xml', '1.6', 'regression_issue850.xml')) as input_xml:
4344
Bom.from_xml(input_xml)
4445

0 commit comments

Comments
 (0)