Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-ji-eng committed Dec 9, 2020
1 parent a043004 commit 85c9e3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,13 @@ public void invalidComposeRpcMethodHeaderSampleCode_noRepeatedResponseTypeInPage
.build();
Field nextPageToken =
Field.builder().setName("next_page_token").setType(TypeNode.STRING).build();
Message noRepeatedFiledMessage =
Message noRepeatedFieldMessage =
Message.builder()
.setName("PagedResponse")
.setType(outputType)
.setFields(Arrays.asList(responseField, nextPageToken))
.build();
messageTypes.put("PagedResponse", noRepeatedFiledMessage);
messageTypes.put("PagedResponse", noRepeatedFieldMessage);
assertThrows(
NullPointerException.class,
() ->
Expand Down

0 comments on commit 85c9e3a

Please sign in to comment.