mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 19:59:05 +01: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