提交 77728501 编写于 作者: Q qqeasonchen

fix unit test err

上级 cc7543ff
......@@ -92,7 +92,6 @@ public class ReplyMessageProcessorTest {
Channel mockChannel = mock(Channel.class);
when(mockChannel.remoteAddress()).thenReturn(new InetSocketAddress(1024));
when(handlerContext.channel()).thenReturn(mockChannel);
when(messageStore.lookMessageByOffset(anyLong())).thenReturn(new MessageExt());
replyMessageProcessor = new ReplyMessageProcessor(brokerController);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册