Skip to content

Commit c6a06ee

Browse files
committed
fixing the xml parsing insta snap
Signed-off-by: Jacob Calvert <[email protected]>
1 parent 0088429 commit c6a06ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cyclonedx-bom/tests/spec/snapshots/1.5/it_should_parse_all_of_the_valid_json_specifications@valid-annotation-1.5.json.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ input_file: cyclonedx-bom/tests/spec/1.5/valid-annotation-1.5.json
1818
],
1919
"annotations": [
2020
{
21+
"bom-ref": "annotation-1",
2122
"subjects": [
2223
"component-a"
2324
],
@@ -39,6 +40,7 @@ input_file: cyclonedx-bom/tests/spec/1.5/valid-annotation-1.5.json
3940
"text": "This is a sample annotation made by an organization"
4041
},
4142
{
43+
"bom-ref": "annotation-2",
4244
"subjects": [
4345
"component-a"
4446
],
@@ -53,6 +55,7 @@ input_file: cyclonedx-bom/tests/spec/1.5/valid-annotation-1.5.json
5355
"text": "This is a sample annotation made by a person"
5456
},
5557
{
58+
"bom-ref": "annotation-3",
5659
"subjects": [
5760
"component-a"
5861
],
@@ -67,6 +70,7 @@ input_file: cyclonedx-bom/tests/spec/1.5/valid-annotation-1.5.json
6770
"text": "This is a sample annotation made by a component"
6871
},
6972
{
73+
"bom-ref": "annotation-4",
7074
"subjects": [
7175
"component-a"
7276
],

0 commit comments

Comments
 (0)