We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfdeea commit f1986f8Copy full SHA for f1986f8
1 file changed
netty/src/test/java/io/grpc/netty/NettyClientHandlerTest.java
@@ -487,10 +487,10 @@ public void close() throws SecurityException {
487
logger.addHandler(handler);
488
enqueue(newCreateStreamCommand(grpcHeaders, streamTransportState));
489
channelRead(goAwayFrame(0, 11 /* Enhance your calm */,
490
- Unpooled.copiedBuffer("this is a test", UTF_8)));
+ Unpooled.copiedBuffer("this is a test", UTF_8)));
491
assertNotNull(logRef.get());
492
assertTrue(MessageFormat.format(logRef.get().getMessage(), logRef.get().getParameters())
493
- .contains("Debug data: this is a test"));
+ .contains("Debug data: this is a test"));
494
} finally {
495
logger.removeHandler(handler);
496
}
0 commit comments