mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-27 12:58:24 +00:00
Eliminate MediaNetworkRequirement style attachment job handling
// FREEBIE
This commit is contained in:
@@ -17,7 +17,7 @@ public class AttachmentDownloadJobTest extends BaseUnitTest {
|
||||
@Override
|
||||
public void setUp() throws Exception {
|
||||
super.setUp();
|
||||
job = new AttachmentDownloadJob(context, 1L, new AttachmentId(1L, 1L));
|
||||
job = new AttachmentDownloadJob(context, 1L, new AttachmentId(1L, 1L), false);
|
||||
}
|
||||
|
||||
@Test(expected = InvalidPartException.class)
|
||||
|
Reference in New Issue
Block a user