Simplify standard tests by using 1 json per case.
This commit is contained in:
		@@ -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