chibenwa commented on a change in pull request #539:
URL: https://github.com/apache/james-project/pull/539#discussion_r670313680



##########
File path: 
mailbox/lucene/src/test/java/org/apache/james/mailbox/lucene/search/LuceneMessageSearchIndexTest.java
##########
@@ -58,6 +61,22 @@ protected void initializeMailboxManager() {
         storeMailboxManager = resources.getMailboxManager();
         messageIdManager = resources.getMessageIdManager();
         messageSearchIndex = resources.getSearchIndex();
+        eventBus = resources.getEventBus();
+    }
+
+    @Override
+    protected MapperProvider provideMapper() {
+        return new InMemoryMapperProvider();

Review comment:
       Get that from storeMailboxManager ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to