From 5013c3a38e3fe376f92c8937a2765e82f66b14c3 Mon Sep 17 00:00:00 2001 From: Arkadiy Tetelman Date: Sun, 15 Sep 2024 21:39:07 -0700 Subject: [PATCH] wip --- pkg/protodump/fixtures/test.proto2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/protodump/fixtures/test.proto2 b/pkg/protodump/fixtures/test.proto2 index b6083ac..af1ccaa 100644 --- a/pkg/protodump/fixtures/test.proto2 +++ b/pkg/protodump/fixtures/test.proto2 @@ -11,7 +11,7 @@ message SearchRequest { optional .hello.world.Corpus corpus = 4 [default = CORPUS_UNIVERSAL]; optional bool field = 5 [default = true]; oneof _required_version { - optional string required_version = 3; + string required_version = 3; } }