Skip to content

Commit e8a606c

Browse files
jkowalleckCopilot
andcommitted
tests:streamlined some tests
Co-authored-by: Copilot <[email protected]> Signed-off-by: Jan Kowalleck <[email protected]>
1 parent cb2c1bc commit e8a606c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tools/src/test/resources/1.7/valid-patent-1.7.textproto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ services [
4747
name: "Partner Company"
4848
contact: {
4949
name: "Sam Smith"
50+
phone: "800-555-1212"
5051
}
5152
}
5253
}

tools/src/test/resources/1.7/valid-saasbom-1.7.textproto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ services {
2424
}
2525
group: "com.example"
2626
name: "Stock Ticker Service"
27-
version:"2022-1"
27+
version: "2022-1"
2828
endpoints: "https://example.com/"
2929
endpoints: "https://example.com/app"
3030
authenticated: true
31-
trustZone: "Acme Public Zone"
31+
trustZone: "Acme Public Zone"
3232
data {
3333
flow: DATA_FLOW_BI_DIRECTIONAL
3434
value: "Customer"

0 commit comments

Comments
 (0)