Skip to content

Commit

Permalink
fix npe in grpc client test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Nov 1, 2021
1 parent e5d769f commit fb719ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ void clientTimeout() throws InterruptedException {
assertThat(loggingEventCaptor.getAllValues()).noneMatch(event -> {
return event.getLevel() == Level.WARN &&
event.getThrowableProxy() != null &&
event.getThrowableProxy().getMessage() != null &&
event.getThrowableProxy().getMessage().contains("call already closed");
});
}
Expand Down

0 comments on commit fb719ef

Please sign in to comment.