Skip to content

Commit

Permalink
Fix typo in test_data
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Gneuß committed Oct 28, 2024
1 parent 16000d3 commit fba795e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ message Container {
SomethingAbstract_choice something_abstract = 1;
}

message SomethingAbstract_choice {k
message SomethingAbstract_choice {
oneof value {
AnotherConcrete another_concrete = 1;
SomethingConcrete something_concrete = 2;
Expand Down

0 comments on commit fba795e

Please sign in to comment.