Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Paseltiner <[email protected]>
  • Loading branch information
maxim-tschumak and apasel422 authored Nov 12, 2021
1 parent dcc2861 commit c27a3c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locations/method_locations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ func TestMethodOption(t *testing.T) {
rpc GetBook(GetBookRequest) returns (Book) {
option deprecated = true;
}
rpc WriteBook(NewBook) returns (Book) {}
rpc UpdateBook(UpdateBookRequest) returns (Book) {}
}
message GetBookRequest{}
message Book {}
message NewBook {}
message UpdateBookRequest {}
`)

for _, test := range []struct {
Expand Down

0 comments on commit c27a3c2

Please sign in to comment.