Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuz10 authored Dec 26, 2024
1 parent 58940d9 commit 480b494
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public void dispatchFromCommitLogTest() throws Exception {
Mockito.when(messageStore.getStoreExecutor()).thenReturn(executor);
Mockito.when(messageStore.getFlatFileStore()).thenReturn(fileStore);
Mockito.when(messageStore.getIndexService()).thenReturn(indexService);
Mockito.when(messageStore.getMessageStoreConfig()).thenReturn(new org.apache.rocketmq.store.config.MessageStoreConfig());

// mock message
ByteBuffer buffer = MessageFormatUtilTest.buildMockedMessageBuffer();
Expand Down

0 comments on commit 480b494

Please sign in to comment.