Skip to content

Commit fb46e7d

Browse files
committed
v1.5 fixed test data
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 90f74c9 commit fb46e7d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

tools/src/test/resources/1.5/valid-bom-1.5.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@
129129
],
130130
"commits": [
131131
{
132-
"uid": "123",
133-
"url": "",
132+
"uid": "7638417db6d59f3c431d3e1f261cc637155684cd",
133+
"url": "https://location/to/7638417db6d59f3c431d3e1f261cc637155684cd",
134134
"author": {
135135
"timestamp": "2018-11-13T20:20:39+00:00",
136-
"name": "",
137-
"email": ""
136+
"name": "me",
137+
"email": "me@acme.org"
138138
}
139139
}
140140
]

tools/src/test/resources/1.5/valid-release-notes-1.5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"contact": [
8181
{
8282
"name": "Support",
83-
"email": "support@partner",
83+
"email": "support@partner.org",
8484
"phone": "800-555-1212"
8585
}
8686
]

tools/src/test/resources/1.5/valid-service-1.5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"contact": [
3939
{
4040
"name": "Support",
41-
"email": "support@partner",
41+
"email": "support@partner.org",
4242
"phone": "800-555-1212"
4343
}
4444
]

0 commit comments

Comments
 (0)