mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-15 12:38:15 +02:00
Refactor attachment creation to use injection.
This commit is contained in:
@@ -48,7 +48,8 @@ public class AttachmentRetrieverIntegrationTest {
|
||||
private final MessageId msgId = new MessageId(getRandomId());
|
||||
|
||||
private final AttachmentRetriever retriever =
|
||||
new AttachmentRetriever(null, dimensions);
|
||||
new AttachmentRetrieverImpl(null, dimensions,
|
||||
new ImageHelperImpl());
|
||||
|
||||
@Test
|
||||
public void testSmallJpegImage() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user