Skip to content

Commit 3dc7185

Browse files
update dynamic GRPC tests
1 parent 17271ab commit 3dc7185

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed
Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"changes": "DIFF_SOME",
3+
"detailedDiff": {
4+
"attrBoolRequired": {
5+
"kind": "UPDATE"
6+
},
7+
"attrIntRequired": {
8+
"kind": "UPDATE"
9+
},
10+
"attrNumberComputed": {},
11+
"attrNumberRequired": {
12+
"kind": "UPDATE"
13+
},
14+
"attrStringDefault": {},
15+
"attrStringDefaultOverridden": {},
16+
"attrStringRequired": {
17+
"kind": "UPDATE"
18+
}
19+
},
320
"diffs": [
421
"attrBoolRequired",
522
"attrIntRequired",
@@ -8,5 +25,6 @@
825
"attrStringDefault",
926
"attrStringDefaultOverridden",
1027
"attrStringRequired"
11-
]
28+
],
29+
"hasDetailedDiff": true
1230
}
Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
{
22
"changes": "DIFF_SOME",
3+
"detailedDiff": {
4+
"attrNumberComputed": {},
5+
"attrNumberRequired": {
6+
"kind": "DELETE"
7+
},
8+
"attrStringDefault": {},
9+
"attrStringDefaultOverridden": {},
10+
"attrStringRequired": {
11+
"kind": "UPDATE"
12+
}
13+
},
314
"diffs": [
415
"attrNumberComputed",
516
"attrNumberRequired",
617
"attrStringDefault",
718
"attrStringDefaultOverridden",
819
"attrStringRequired"
9-
]
20+
],
21+
"hasDetailedDiff": true
1022
}

0 commit comments

Comments
 (0)