From 743115300fb185608ea6cea95ca3fac864c0a3bc Mon Sep 17 00:00:00 2001 From: Arkadiy Tetelman Date: Mon, 16 Sep 2024 23:57:03 -0700 Subject: [PATCH] wip --- pkg/protodump/fixtures/test.proto2 | 3 --- pkg/protodump/fixtures/test.proto3 | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pkg/protodump/fixtures/test.proto2 b/pkg/protodump/fixtures/test.proto2 index b4b4be8..b69a4a9 100644 --- a/pkg/protodump/fixtures/test.proto2 +++ b/pkg/protodump/fixtures/test.proto2 @@ -10,9 +10,6 @@ message SearchRequest { optional int32 result_per_page = 3 [default = 10]; optional .hello.world.Corpus corpus = 4 [default = CORPUS_UNIVERSAL]; optional bool field = 5 [default = true]; - oneof _required_version { - string required_version = 6; - } } enum Corpus { diff --git a/pkg/protodump/fixtures/test.proto3 b/pkg/protodump/fixtures/test.proto3 index 255a253..f00ed10 100644 --- a/pkg/protodump/fixtures/test.proto3 +++ b/pkg/protodump/fixtures/test.proto3 @@ -34,6 +34,7 @@ message HelloRequest { .hello.world.HelloRequest.Test blah = 2; .hello.world.HelloRequest.NestedEnum blahblah = 3; .hello.world.HelloReply blaha = 4; + optional string version = 5; } message HelloReply {