Skip to content

Commit

Permalink
Differentite message names
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Apr 1, 2024
1 parent 42ff5a2 commit 4964687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/desc/testing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package testing;

message Bytes
message BarBytes
{
bytes data = 1;
}
2 changes: 1 addition & 1 deletion test/desc/testing/bytes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package testing;

message Bytes
message FooBytes
{
bytes data = 1;
}

0 comments on commit 4964687

Please sign in to comment.