Prevent users from creating messages with wrong parameters when pydantic is used (#615)
This commit is contained in:
7
tests/inputs/invalid_field/invalid_field.proto
Normal file
7
tests/inputs/invalid_field/invalid_field.proto
Normal file
@@ -0,0 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package invalid_field;
|
||||
|
||||
message Test {
|
||||
int32 x = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user