Skip to content

Commit 67331b8

Browse files
committed
test
1 parent ab90d17 commit 67331b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/alipay/remoting/rpc/protocol/RpcCommandHandlerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public boolean isStarted() {
9494

9595
@Override
9696
public BizContext preHandleRequest(RemotingContext remotingCtx, Object request) {
97-
LOGGER.info(request.getClass()+"|"+remotingCtx+"|"+remotingContext);
97+
LOGGER.info(remotingCtx+"|"+remotingContext);
9898
Assert.assertNotSame(remotingCtx, remotingContext);
9999
remotingContextList.add(remotingCtx);
100100
countDownLatch.countDown();

0 commit comments

Comments
 (0)