Simplify standard tests by using 1 json per case.
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"count": -150
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"count": 150
|
||||
"positive": 150,
|
||||
"negative": -150
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@ syntax = "proto3";
|
||||
// Some documentation about the Test message.
|
||||
message Test {
|
||||
// Some documentation about the count.
|
||||
int32 count = 1;
|
||||
int32 positive = 1;
|
||||
int32 negative = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user