Skip to content

Commit a004222

Browse files
authored
Change optional_string field to be optional string type in test_all_types (#458)
change optional_string field to be optional string type
1 parent c9a2829 commit a004222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/cel/expr/conformance/proto3/test_all_types.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ message TestAllTypes {
6363
string single_string = 14;
6464
bytes single_bytes = 15;
6565
optional bool optional_bool = 16;
66-
optional bool optional_string = 17;
66+
optional string optional_string = 17;
6767

6868
// Collides with 'in' operator.
6969
bool in = 18;

0 commit comments

Comments
 (0)