Skip to content

Commit

Permalink
address review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumin8 committed Aug 14, 2024
1 parent eebd82b commit ad412f6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ void testExecutorThreadCountFromProperties() {
void testCustomTransportChannelProviderUsedWhenProvided() throws IOException {
InstantiatingGrpcChannelProvider channelProvider =
InstantiatingGrpcChannelProvider.newBuilder()
.setEndpoint("localhost:7469")
.setMaxInboundMessageSize(Integer.MAX_VALUE)
.build();
contextRunner
.withBean(
Expand Down

0 comments on commit ad412f6

Please sign in to comment.