chibenwa commented on a change in pull request #582:
URL: https://github.com/apache/james-project/pull/582#discussion_r685759480
##########
File path:
server/protocols/jmap-draft/src/test/java/org/apache/james/jmap/draft/methods/SetMessagesCreationProcessorTest.java
##########
@@ -174,13 +173,13 @@ public void setUp() throws MailboxException,
DomainListException, UnknownHostExc
fakeSystemMailboxesProvider = new TestSystemMailboxesProvider(() ->
optionalOutbox, () -> optionalDrafts);
session = MailboxSessionUtil.create(USER);
- MIMEMessageConverter mimeMessageConverter = new
MIMEMessageConverter(mock(AttachmentContentLoader.class));
- messageAppender = new MessageAppender(mockedMailboxManager,
mockMessageIdManager, mockedAttachmentManager, mimeMessageConverter,
JMAPConfiguration.builder().enable().build());
+ MIMEMessageConverter mimeMessageConverter = new
MIMEMessageConverter(mock(BlobManager.class));
Review comment:
I succeeded to drop the mock in
https://github.com/apache/james-project/pull/584
--
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]