mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-01 14:16:49 +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