Commit 4df1429
authored
tests: fix ProtoBuf breaking detection to be wire-only (#532)
our spec describes how data models look in data transfers.
current protobuf breaking detection adheres this.
the protobuf breaking detection also does unnecessary detections, which
should not matter for our domain.
they are removed, here.
----
changes are based on
#530 (comment)
---------
Signed-off-by: Jan Kowalleck <[email protected]>1 parent 19a1530 commit 4df1429
File tree
3 files changed
+3
-5
lines changed- tools/src/test/proto
3 files changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments